Uses of Enum Class
net.minecraft.class_10641
Packages that use class_10641
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10641 in net.minecraft
Fields in net.minecraft declared as class_10641Modifier and TypeFieldDescriptionprivate class_10641class_10637.field_55999private class_10641class_10642.field_56040private final class_10641class_10615.modeThe field for themoderecord component.Fields in net.minecraft with type parameters of type class_10641Modifier and TypeFieldDescriptionstatic final EnumProperty<class_10641> class_10631.field_55990static final StringIdentifiable.EnumCodec<class_10641> class_10641.field_56028static final PacketCodec<ByteBuf, class_10641> class_10641.field_56029private static final IntFunction<class_10641> class_10641.field_56030private static final List<class_10641> class_10642.field_56036Methods in net.minecraft that return class_10641Modifier and TypeMethodDescriptionclass_10637.method_66723()class_10615.mode()Returns the value of themoderecord component.static class_10641Returns the enum constant of this class with the specified name.static class_10641[]class_10641.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_10641Modifier and TypeMethodDescriptionstatic ItemStackclass_10631.method_66711(ItemStack itemStack, class_10641 class_10641) voidclass_10637.method_66719(class_10641 class_10641) private voidclass_10642.method_66793(class_10641 class_10641) private BlockPosclass_10654.method_66909(TestContext testContext, class_10641 class_10641) private voidclass_10654.method_66911(TestContext testContext, class_10641 class_10641, Consumer<class_10637> consumer) class_10654.method_66914(TestContext testContext, class_10641 class_10641) Constructors in net.minecraft with parameters of type class_10641ModifierConstructorDescriptionclass_10615(BlockPos blockPos, class_10641 class_10641, String string) -
Uses of class_10641 in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type class_10641