Uses of Enum
me.metallicgoat.specialItems.api.ExtraSpecialItemType
Packages that use ExtraSpecialItemType
-
Uses of ExtraSpecialItemType in me.metallicgoat.specialItems.api
Methods in me.metallicgoat.specialItems.api that return ExtraSpecialItemTypeModifier and TypeMethodDescriptionstatic @Nullable ExtraSpecialItemTypeExtraSpecialItemType.from(SpecialItem item) Get the ExtraSpecialItemType from a SpecialItem.static ExtraSpecialItemTypeReturns the enum constant of this type with the specified name.static ExtraSpecialItemType[]ExtraSpecialItemType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExtraSpecialItemType in me.metallicgoat.specialItems.api.event
Methods in me.metallicgoat.specialItems.api.event that return ExtraSpecialItemTypeModifier and TypeMethodDescriptionExtraItemBlockPlaceEvent.getItemType()Gets the type of the special item which is placing the block.