Class SkullCache.Skull
java.lang.Object
org.geysermc.geyser.session.cache.SkullCache.Skull
- Enclosing class:
- SkullCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintintorg.cloudburstmc.math.vector.Vector3igetUuid()inthashCode()voidsetBlockState(int blockState)voidsetDistanceSquared(int distanceSquared)voidsetEntity(SkullPlayerEntity entity)voidsetTexturesProperty(String texturesProperty)voidtoString()
-
Constructor Details
-
Skull
public Skull(org.cloudburstmc.math.vector.Vector3i position)
-
-
Method Details
-
getUuid
-
getTexturesProperty
-
getBlockState
public int getBlockState() -
getEntity
-
getPosition
public org.cloudburstmc.math.vector.Vector3i getPosition() -
getDistanceSquared
public int getDistanceSquared() -
setUuid
-
setTexturesProperty
-
setBlockState
public void setBlockState(int blockState) -
setEntity
-
setDistanceSquared
public void setDistanceSquared(int distanceSquared) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-