Package net.minecraft.block.entity
Class EndPortalBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.EndPortalBlockEntity
- Direct Known Subclasses:
EndGatewayBlockEntity
public class EndPortalBlockEntity extends BlockEntity
-
Field Summary
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
-
Constructor Summary
Constructors Constructor Description EndPortalBlockEntity()
EndPortalBlockEntity(BlockEntityType<?> type)
-
Method Summary
Modifier and Type Method Description boolean
shouldDrawSide(Direction direction)
Methods inherited from class net.minecraft.block.entity.BlockEntity
applyMirror, applyRotation, cancelRemoval, copyItemDataRequiresOperator, createFromTag, fromTag, getCachedState, getPos, getSquaredRenderDistance, getType, getWorld, hasWorld, isRemoved, markDirty, markInvalid, markRemoved, onSyncedBlockEvent, populateCrashReport, resetBlock, setLocation, setPos, toInitialChunkDataTag, toTag, toUpdatePacket
-
Constructor Details
-
EndPortalBlockEntity
-
EndPortalBlockEntity
public EndPortalBlockEntity()
-
-
Method Details
-
shouldDrawSide
-