Package org.geysermc.geyser.item
Class GeyserNonVanillaCustomItemData
java.lang.Object
org.geysermc.geyser.item.GeyserCustomItemData
org.geysermc.geyser.item.GeyserNonVanillaCustomItemData
- All Implemented Interfaces:
org.geysermc.geyser.api.item.custom.CustomItemData,org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
@Deprecated
public final class GeyserNonVanillaCustomItemData
extends GeyserCustomItemData
implements org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.intDeprecated.block()Deprecated.booleanDeprecated.protected booleanDeprecated.booleanDeprecated.inthashCode()Deprecated.@NonNull StringDeprecated.booleanDeprecated.booleanisEdible()Deprecated.booleanisFoil()Deprecated.booleanisHat()Deprecated.intjavaId()Deprecated.intDeprecated.intDeprecated.Deprecated.intDeprecated.org.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition.BuilderDeprecated.toolTier()Deprecated.toolType()Deprecated.toString()Deprecated.Deprecated.Methods inherited from class org.geysermc.geyser.item.GeyserCustomItemData
allowOffhand, creativeCategory, creativeGroup, customItemOptions, displayHandheld, displayName, icon, name, renderOffsets, tags, textureSize, toDefinitionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.geyser.api.item.custom.CustomItemData
allowOffhand, creativeCategory, creativeGroup, customItemOptions, displayHandheld, displayName, icon, name, renderOffsets, tags, textureSizeMethods inherited from interface org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
isTool
-
Constructor Details
-
GeyserNonVanillaCustomItemData
Deprecated.
-
-
Method Details
-
identifier
Deprecated.- Specified by:
identifierin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
javaId
public int javaId()Deprecated.- Specified by:
javaIdin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
stackSize
public int stackSize()Deprecated.- Specified by:
stackSizein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
maxDamage
public int maxDamage()Deprecated.- Specified by:
maxDamagein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
attackDamage
public int attackDamage()Deprecated.- Specified by:
attackDamagein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
toolType
Deprecated.- Specified by:
toolTypein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
toolTier
Deprecated.- Specified by:
toolTierin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
armorType
Deprecated.- Specified by:
armorTypein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
protectionValue
public int protectionValue()Deprecated.- Specified by:
protectionValuein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
translationString
Deprecated.- Specified by:
translationStringin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
repairMaterials
Deprecated.- Specified by:
repairMaterialsin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
isHat
public boolean isHat()Deprecated.- Specified by:
isHatin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
isFoil
public boolean isFoil()Deprecated.- Specified by:
isFoilin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
isEdible
public boolean isEdible()Deprecated.- Specified by:
isEdiblein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
canAlwaysEat
public boolean canAlwaysEat()Deprecated.- Specified by:
canAlwaysEatin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
isChargeable
public boolean isChargeable()Deprecated.- Specified by:
isChargeablein interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
block
Deprecated.- Specified by:
blockin interfaceorg.geysermc.geyser.api.item.custom.NonVanillaCustomItemData
-
toDefinition
public org.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition.Builder toDefinition()Deprecated. -
equals
Deprecated.- Overrides:
equalsin classGeyserCustomItemData
-
canEqual
Deprecated.- Overrides:
canEqualin classGeyserCustomItemData
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classGeyserCustomItemData
-
toString
Deprecated.- Overrides:
toStringin classGeyserCustomItemData
-