Package be.seeseemelk.mockbukkit.profile
Class PlayerTexturesMock
java.lang.Object
be.seeseemelk.mockbukkit.profile.PlayerTexturesMock
- All Implemented Interfaces:
org.bukkit.profile.PlayerTextures
Mock implementation of a
PlayerTextures.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.profile.PlayerTextures
org.bukkit.profile.PlayerTextures.SkinModel -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlayerTexturesMock
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.bukkit.profile.PlayerTextures
-
clear
public void clear()- Specified by:
clearin interfaceorg.bukkit.profile.PlayerTextures
-
getSkin
- Specified by:
getSkinin interfaceorg.bukkit.profile.PlayerTextures
-
setSkin
- Specified by:
setSkinin interfaceorg.bukkit.profile.PlayerTextures
-
setSkin
public void setSkin(@Nullable @Nullable URL skinUrl, @Nullable org.bukkit.profile.PlayerTextures.SkinModel skinModel) - Specified by:
setSkinin interfaceorg.bukkit.profile.PlayerTextures
-
getSkinModel
@NotNull public @NotNull org.bukkit.profile.PlayerTextures.SkinModel getSkinModel()- Specified by:
getSkinModelin interfaceorg.bukkit.profile.PlayerTextures
-
getCape
- Specified by:
getCapein interfaceorg.bukkit.profile.PlayerTextures
-
setCape
- Specified by:
setCapein interfaceorg.bukkit.profile.PlayerTextures
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfaceorg.bukkit.profile.PlayerTextures
-
isSigned
public boolean isSigned()- Specified by:
isSignedin interfaceorg.bukkit.profile.PlayerTextures
-
hashCode
public int hashCode() -
equals
-