Uses of Class
net.minecraft.block.entity.CommandBlockBlockEntity.Type
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.network.packet.c2s.play |
-
Uses of CommandBlockBlockEntity.Type in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return CommandBlockBlockEntity.Type Modifier and Type Method Description CommandBlockBlockEntity.TypeCommandBlockBlockEntity. getCommandBlockType()static CommandBlockBlockEntity.TypeCommandBlockBlockEntity.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandBlockBlockEntity.Type[]CommandBlockBlockEntity.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommandBlockBlockEntity.Type in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as CommandBlockBlockEntity.Type Modifier and Type Field Description private CommandBlockBlockEntity.TypeCommandBlockScreen. modeFields in net.minecraft.client.gui.screen.ingame with type parameters of type CommandBlockBlockEntity.Type Modifier and Type Field Description private CyclingButtonWidget<CommandBlockBlockEntity.Type>CommandBlockScreen. modeButton -
Uses of CommandBlockBlockEntity.Type in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as CommandBlockBlockEntity.Type Modifier and Type Field Description private CommandBlockBlockEntity.TypeUpdateCommandBlockC2SPacket. typeMethods in net.minecraft.network.packet.c2s.play that return CommandBlockBlockEntity.Type Modifier and Type Method Description CommandBlockBlockEntity.TypeUpdateCommandBlockC2SPacket. getType()Constructors in net.minecraft.network.packet.c2s.play with parameters of type CommandBlockBlockEntity.Type Constructor Description UpdateCommandBlockC2SPacket(BlockPos pos, String command, CommandBlockBlockEntity.Type type, boolean trackOutput, boolean conditional, boolean alwaysActive)