Uses of Enum Class
net.minecraft.class_9283.Type
Packages that use class_9283.Type
-
Uses of class_9283.Type in net.minecraft
Fields in net.minecraft declared as class_9283.TypeModifier and TypeFieldDescriptionprivate final class_9283.Typeclass_9283.shapeThe field for theshaperecord component.Fields in net.minecraft with type parameters of type class_9283.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<class_9283.Type> class_9283.Type.BY_IDstatic final PacketCodec<ByteBuf, class_9283.Type> class_9283.Type.field_49321static final com.mojang.serialization.Codec<class_9283.Type> class_9283.Type.field_49322Methods in net.minecraft that return class_9283.TypeModifier and TypeMethodDescriptionstatic class_9283.Typeclass_9283.Type.byId(int id) class_9283.shape()Returns the value of theshaperecord component.static class_9283.TypeReturns the enum constant of this class with the specified name.static class_9283.Type[]class_9283.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_9283.TypeModifierConstructorDescriptionclass_9283(class_9283.Type type, IntList intList, IntList intList2, boolean bool, boolean bool2) -
Uses of class_9283.Type in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type class_9283.TypeModifier and TypeFieldDescriptionprivate static final Map<Item, class_9283.Type> FireworkStarRecipe.TYPE_MODIFIER_MAP