Uses of Enum Class
net.minecraft.block.entity.TestInstanceBlockEntity.Status
Packages that use TestInstanceBlockEntity.Status
-
Uses of TestInstanceBlockEntity.Status in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as TestInstanceBlockEntity.StatusModifier and TypeFieldDescriptionprivate final TestInstanceBlockEntity.StatusTestInstanceBlockEntity.Data.statusThe field for thestatusrecord component.Fields in net.minecraft.block.entity with type parameters of type TestInstanceBlockEntity.StatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TestInstanceBlockEntity.Status> TestInstanceBlockEntity.Status.CODECprivate static final IntFunction<TestInstanceBlockEntity.Status> TestInstanceBlockEntity.Status.INDEX_MAPPERstatic final PacketCodec<ByteBuf, TestInstanceBlockEntity.Status> TestInstanceBlockEntity.Status.PACKET_CODECMethods in net.minecraft.block.entity that return TestInstanceBlockEntity.StatusModifier and TypeMethodDescriptionTestInstanceBlockEntity.Status.fromIndex(int index) TestInstanceBlockEntity.Data.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static TestInstanceBlockEntity.Status[]TestInstanceBlockEntity.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block.entity with parameters of type TestInstanceBlockEntity.StatusModifier and TypeMethodDescriptionTestInstanceBlockEntity.Data.withStatus(TestInstanceBlockEntity.Status status) Constructors in net.minecraft.block.entity with parameters of type TestInstanceBlockEntity.StatusModifierConstructorDescriptionData(Optional<RegistryKey<TestInstance>> optional, Vec3i vec3i, BlockRotation blockRotation, boolean bool, TestInstanceBlockEntity.Status status, Optional<Text> optional2)