Uses of Class
net.minecraft.block.entity.JigsawBlockEntity
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.client.network | |
| net.minecraft.entity.player |
-
Uses of JigsawBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type JigsawBlockEntity Modifier and Type Field Description static BlockEntityType<JigsawBlockEntity>BlockEntityType. JIGSAW -
Uses of JigsawBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as JigsawBlockEntity Modifier and Type Field Description private JigsawBlockEntityJigsawBlockScreen. jigsawConstructors in net.minecraft.client.gui.screen.ingame with parameters of type JigsawBlockEntity Constructor Description JigsawBlockScreen(JigsawBlockEntity jigsaw) -
Uses of JigsawBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type JigsawBlockEntity Modifier and Type Method Description voidClientPlayerEntity. openJigsawScreen(JigsawBlockEntity jigsaw) -
Uses of JigsawBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type JigsawBlockEntity Modifier and Type Method Description voidPlayerEntity. openJigsawScreen(JigsawBlockEntity jigsaw)