Uses of Class
net.minecraft.block.entity.EndGatewayBlockEntity
Packages that use EndGatewayBlockEntity
-
Uses of EndGatewayBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type EndGatewayBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<EndGatewayBlockEntity> BlockEntityType.END_GATEWAY
Methods in net.minecraft.block.entity with parameters of type EndGatewayBlockEntityModifier and TypeMethodDescriptionstatic void
EndGatewayBlockEntity.clientTick
(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity) static void
EndGatewayBlockEntity.serverTick
(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity) static void
EndGatewayBlockEntity.startTeleportCooldown
(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity) -
Uses of EndGatewayBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type EndGatewayBlockEntityModifier and TypeMethodDescriptionvoid
EndGatewayBlockEntityRenderer.render
(EndGatewayBlockEntity endGatewayBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)