Uses of Class
net.minecraft.block.entity.EndGatewayBlockEntity
-
Uses of EndGatewayBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType<EndGatewayBlockEntity>
BlockEntityType.END_GATEWAY
Modifier 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) private static void
EndGatewayBlockEntity.startTeleportCooldown
(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity) static void
EndGatewayBlockEntity.tryTeleportingEntity
(World world, BlockPos pos, BlockState state, Entity entity, EndGatewayBlockEntity blockEntity) -
Uses of EndGatewayBlockEntity in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionvoid
EndGatewayBlockEntityRenderer.render
(EndGatewayBlockEntity endGatewayBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)