Class GeyserMappingItem

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

public class GeyserMappingItem extends Object
Represents Geyser's own serialized item information before being processed per-version
  • Constructor Details

    • GeyserMappingItem

      public GeyserMappingItem()
  • Method Details

    • getBedrockIdentifier

      public String getBedrockIdentifier()
    • getBedrockData

      public int getBedrockData()
    • getFirstBlockRuntimeId

      public Integer getFirstBlockRuntimeId()
    • getLastBlockRuntimeId

      public Integer getLastBlockRuntimeId()
    • getToolType

      public String getToolType()
    • getToolTier

      public String getToolTier()
    • getArmorType

      public String getArmorType()
    • getProtectionValue

      public int getProtectionValue()
    • isEdible

      public boolean isEdible()
    • isEntityPlacer

      public boolean isEntityPlacer()
    • setBedrockIdentifier

      public void setBedrockIdentifier(String bedrockIdentifier)
    • setBedrockData

      public void setBedrockData(int bedrockData)
    • setFirstBlockRuntimeId

      public void setFirstBlockRuntimeId(Integer firstBlockRuntimeId)
    • setLastBlockRuntimeId

      public void setLastBlockRuntimeId(Integer lastBlockRuntimeId)
    • setToolType

      public void setToolType(String toolType)
    • setToolTier

      public void setToolTier(String toolTier)
    • setArmorType

      public void setArmorType(String armorType)
    • setProtectionValue

      public void setProtectionValue(int protectionValue)
    • setEdible

      public void setEdible(boolean edible)
    • setEntityPlacer

      public void setEntityPlacer(boolean entityPlacer)
    • 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