Uses of Enum Class
net.minecraft.item.Type
Packages that use Type
-
Uses of Type in net.minecraft.item
Fields in net.minecraft.item with type parameters of type TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Type> Type.CODECArmorMaterial.defenseThe field for thedefenserecord component.Methods in net.minecraft.item that return TypeModifier and TypeMethodDescriptionstatic TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.item that return types with arguments of type TypeModifier and TypeMethodDescriptionArmorMaterial.defense()Returns the value of thedefenserecord component.Methods in net.minecraft.item with parameters of type TypeModifier and TypeMethodDescriptionArmorMaterial.method_63991(Item.Settings settings, Type type) private AttributeModifiersComponentArmorMaterial.method_63993(Type type) Constructors in net.minecraft.item with parameters of type TypeModifierConstructorDescriptionArmorItem(ArmorMaterial armorMaterial, Type type, Item.Settings settings) Constructor parameters in net.minecraft.item with type arguments of type TypeModifierConstructorDescriptionArmorMaterial(int int2, Map<Type, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, Identifier identifier)