Uses of Enum Class
net.minecraft.block.entity.CommandBlockBlockEntity.Type
Package
Description
-
Uses of CommandBlockBlockEntity.Type in net.minecraft.block.entity
Modifier and TypeMethodDescriptionCommandBlockBlockEntity.getCommandBlockType()
static CommandBlockBlockEntity.Type
Returns the enum constant of this class with the specified name.static CommandBlockBlockEntity.Type[]
CommandBlockBlockEntity.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommandBlockBlockEntity.Type in net.minecraft.client.gui.screen.ingame
-
Uses of CommandBlockBlockEntity.Type in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final CommandBlockBlockEntity.Type
UpdateCommandBlockC2SPacket.type
ModifierConstructorDescriptionUpdateCommandBlockC2SPacket
(BlockPos pos, String command, CommandBlockBlockEntity.Type type, boolean trackOutput, boolean conditional, boolean alwaysActive)