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_GATEWAYMethods in net.minecraft.block.entity with parameters of type EndGatewayBlockEntity Modifier and Type Method Description static voidEndGatewayBlockEntity. clientTick(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity)static voidEndGatewayBlockEntity. serverTick(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity)private static voidEndGatewayBlockEntity. startTeleportCooldown(World world, BlockPos pos, BlockState state, EndGatewayBlockEntity blockEntity)static voidEndGatewayBlockEntity. 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 voidEndGatewayBlockEntityRenderer. render(EndGatewayBlockEntity endGatewayBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)