Package org.geysermc.geyser.item.custom
Class GeyserNonVanillaCustomItemDefinition
java.lang.Object
org.geysermc.geyser.item.custom.GeyserCustomItemDefinition
org.geysermc.geyser.item.custom.GeyserNonVanillaCustomItemDefinition
- All Implemented Interfaces:
org.geysermc.geyser.api.item.custom.v2.CustomItemDefinition,org.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
public class GeyserNonVanillaCustomItemDefinition
extends GeyserCustomItemDefinition
implements org.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.geysermc.geyser.item.custom.GeyserCustomItemDefinition
bedrockIdentifier, bedrockOptions, components, displayName, getRenderOffsets, getTextureSize, icon, isOldConvertedItem, model, predicates, predicateStrategy, priority, removedComponentsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.geyser.api.item.custom.v2.CustomItemDefinition
bedrockIdentifier, bedrockOptions, displayName, icon, model, removedComponentsMethods inherited from interface org.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
components, predicates, predicateStrategy, priority
-
Constructor Details
-
GeyserNonVanillaCustomItemDefinition
-
-
Method Details
-
identifier
public @NonNull org.geysermc.geyser.api.util.Identifier identifier()- Specified by:
identifierin interfaceorg.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
-
javaId
public @org.checkerframework.checker.index.qual.NonNegative int javaId()- Specified by:
javaIdin interfaceorg.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
-
translationString
- Specified by:
translationStringin interfaceorg.geysermc.geyser.api.item.custom.v2.NonVanillaCustomItemDefinition
-
equals
- Overrides:
equalsin classGeyserCustomItemDefinition
-
canEqual
- Overrides:
canEqualin classGeyserCustomItemDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classGeyserCustomItemDefinition
-
toString
- Overrides:
toStringin classGeyserCustomItemDefinition
-