Class CustomSkull

java.lang.Object
org.geysermc.geyser.registry.type.CustomSkull

public class CustomSkull extends Object
  • Constructor Details

    • CustomSkull

      public CustomSkull(String skinHash)
  • 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

      public String getSkinHash()
    • getCustomBlockData

      public org.geysermc.geyser.api.block.custom.CustomBlockData getCustomBlockData()
    • setCustomBlockData

      public void setCustomBlockData(org.geysermc.geyser.api.block.custom.CustomBlockData customBlockData)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object