Uses of Class
net.minecraft.block.entity.EndGatewayBlockEntity
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.client.render.block.entity |
-
Uses of EndGatewayBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type EndGatewayBlockEntity Modifier and Type Field Description static BlockEntityType<EndGatewayBlockEntity>
BlockEntityType. END_GATEWAY
Methods in net.minecraft.block.entity with parameters of type EndGatewayBlockEntity Modifier and Type Method Description static 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
Methods in net.minecraft.client.render.block.entity with parameters of type EndGatewayBlockEntity Modifier and Type Method Description void
EndGatewayBlockEntityRenderer. render(EndGatewayBlockEntity endGatewayBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)