Uses of Class
net.minecraft.block.entity.CommandBlockBlockEntity
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.client.network | |
| net.minecraft.entity.player | |
| net.minecraft.server.network |
-
Uses of CommandBlockBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type CommandBlockBlockEntity Modifier and Type Field Description static BlockEntityType<CommandBlockBlockEntity>BlockEntityType. COMMAND_BLOCK -
Uses of CommandBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as CommandBlockBlockEntity Modifier and Type Field Description private CommandBlockBlockEntityCommandBlockScreen. blockEntityConstructors in net.minecraft.client.gui.screen.ingame with parameters of type CommandBlockBlockEntity Constructor Description CommandBlockScreen(CommandBlockBlockEntity blockEntity) -
Uses of CommandBlockBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CommandBlockBlockEntity Modifier and Type Method Description voidClientPlayerEntity. openCommandBlockScreen(CommandBlockBlockEntity commandBlock) -
Uses of CommandBlockBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type CommandBlockBlockEntity Modifier and Type Method Description voidPlayerEntity. openCommandBlockScreen(CommandBlockBlockEntity commandBlock) -
Uses of CommandBlockBlockEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CommandBlockBlockEntity Modifier and Type Method Description voidServerPlayerEntity. openCommandBlockScreen(CommandBlockBlockEntity commandBlock)