Package net.minecraft.client.world
Class ClientGridCarrierView
java.lang.Object
net.minecraft.world.GridCarrierView
net.minecraft.client.world.ClientGridCarrierView
- All Implemented Interfaces:
AutoCloseable,BlockView,CollisionView,HeightLimitView
@Environment(CLIENT)
public class ClientGridCarrierView
extends GridCarrierView
implements AutoCloseable
- Mappings:
Namespace Name official fhtintermediary net/minecraft/class_9596named net/minecraft/client/world/ClientGridCarrierView
-
Field Summary
FieldsFields inherited from class net.minecraft.world.GridCarrierView
biome, gridCarrier, world -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.GridCarrierView
getBiome, getBlockEntity, getBlockState, getBottomY, getChunkAsView, getEntityCollisions, getFluidState, getGrid, getGridBox, getGridCarrier, getGridCarrierUuid, getHeight, getRenderOFfset, getRenderOffsetGridBox, getWorld, getWorldBorder, isPotato, setBiome, setGrid, setGridPositionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getDismountHeight, getDismountHeight, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.CollisionView
canCollide, canPlace, doesNotIntersectEntities, doesNotIntersectEntities, findClosestCollision, findSupportingBlockPos, getBlockCollisions, getCollisions, isBlockSpaceEmpty, isSpaceEmpty, isSpaceEmpty, method_59084, method_59085Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
renderer
- Mappings:
Namespace Name Mixin selector official dLfht;d:Lfhv;intermediary field_51060Lnet/minecraft/class_9596;field_51060:Lnet/minecraft/class_9600;named rendererLnet/minecraft/client/world/ClientGridCarrierView;renderer:Lnet/minecraft/client/render/GridRenderer;
-
-
Constructor Details
-
ClientGridCarrierView
- Mappings:
Namespace Name Mixin selector official <init>Lfht;<init>(Lfzn;Lcoz;)Vintermediary <init>Lnet/minecraft/class_9596;<init>(Lnet/minecraft/class_638;Lnet/minecraft/class_9511;)Vnamed <init>Lnet/minecraft/client/world/ClientGridCarrierView;<init>(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/entity/GridCarrierEntity;)V
-
-
Method Details
-
getRenderer
- Mappings:
Namespace Name Mixin selector official bLfht;b()Lfhv;intermediary method_59307Lnet/minecraft/class_9596;method_59307()Lnet/minecraft/class_9600;named getRendererLnet/minecraft/client/world/ClientGridCarrierView;getRenderer()Lnet/minecraft/client/render/GridRenderer;
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-