Uses of Class
net.minecraft.block.entity.SignBlockEntity
-
Uses of SignBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type SignBlockEntity Modifier and Type Field Description static BlockEntityType<SignBlockEntity>BlockEntityType. SIGN -
Uses of SignBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as SignBlockEntity Modifier and Type Field Description private SignBlockEntitySignEditScreen. signConstructors in net.minecraft.client.gui.screen.ingame with parameters of type SignBlockEntity Constructor Description SignEditScreen(SignBlockEntity sign, boolean filtered) -
Uses of SignBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SignBlockEntity Modifier and Type Method Description voidClientPlayerEntity. openEditSignScreen(SignBlockEntity sign) -
Uses of SignBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type SignBlockEntity Modifier and Type Method Description voidSignBlockEntityRenderer. render(SignBlockEntity signBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) -
Uses of SignBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type SignBlockEntity Modifier and Type Method Description voidPlayerEntity. openEditSignScreen(SignBlockEntity sign) -
Uses of SignBlockEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type SignBlockEntity Modifier and Type Method Description voidServerPlayerEntity. openEditSignScreen(SignBlockEntity sign)