Uses of Class
net.minecraft.tileentity.JigsawTileEntity
-
Packages that use JigsawTileEntity Package Description net.minecraft.client.entity.player net.minecraft.client.gui.screen net.minecraft.entity.player net.minecraft.tileentity -
-
Uses of JigsawTileEntity in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type JigsawTileEntity Modifier and Type Method Description voidClientPlayerEntity. openJigsawBlock(JigsawTileEntity p_213826_1_) -
Uses of JigsawTileEntity in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as JigsawTileEntity Modifier and Type Field Description private JigsawTileEntityJigsawScreen. jigsawEntityConstructors in net.minecraft.client.gui.screen with parameters of type JigsawTileEntity Constructor Description JigsawScreen(JigsawTileEntity p_i51083_1_) -
Uses of JigsawTileEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type JigsawTileEntity Modifier and Type Method Description voidPlayerEntity. openJigsawBlock(JigsawTileEntity p_213826_1_) -
Uses of JigsawTileEntity in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type JigsawTileEntity Modifier and Type Field Description static TileEntityType<JigsawTileEntity>TileEntityType. JIGSAW
-