Class CustomSkull
java.lang.Object
org.geysermc.geyser.registry.type.CustomSkull
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.geysermc.geyser.api.block.custom.CustomBlockDataorg.geysermc.geyser.api.block.custom.CustomBlockStategetFloorBlockState(int floorRotation)org.geysermc.geyser.api.block.custom.CustomBlockStategetWallBlockState(int wallDirection)inthashCode()voidsetCustomBlockData(org.geysermc.geyser.api.block.custom.CustomBlockData customBlockData)toString()
-
Constructor Details
-
CustomSkull
-
-
Method Details
-
getWallBlockState
public org.geysermc.geyser.api.block.custom.CustomBlockState getWallBlockState(int wallDirection) -
getFloorBlockState
public org.geysermc.geyser.api.block.custom.CustomBlockState getFloorBlockState(int floorRotation) -
getSkinHash
-
getCustomBlockData
public org.geysermc.geyser.api.block.custom.CustomBlockData getCustomBlockData() -
setCustomBlockData
public void setCustomBlockData(org.geysermc.geyser.api.block.custom.CustomBlockData customBlockData) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-