Class ChunkRendererRegion
java.lang.Object
net.minecraft.client.render.chunk.ChunkRendererRegion
- All Implemented Interfaces:
BlockRenderView
,BlockView
,HeightLimitView
- Mappings:
Namespace Name official epx
intermediary net/minecraft/class_853
named net/minecraft/client/render/chunk/ChunkRendererRegion
-
Field Summary
Modifier and TypeFieldDescriptionprotected BlockState[]
protected WorldChunk[][]
protected int
protected int
protected FluidState[]
protected BlockPos
protected int
protected int
protected int
protected World
-
Constructor Summary
ConstructorDescriptionChunkRendererRegion(World world, int chunkX, int chunkZ, WorldChunk[][] chunks, BlockPos startPos, BlockPos endPos)
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ChunkRendererRegion
getBlockEntity(BlockPos pos)
getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType)
getBlockState(BlockPos pos)
int
Returns the bottom Y level, or height, inclusive, of this view.float
getBrightness(Direction direction, boolean shaded)
int
getColor(BlockPos pos, ColorResolver colorResolver)
getFluidState(BlockPos pos)
int
protected int
getIndex(int x, int y, int z)
protected int
static boolean
method_30000(BlockPos blockPos, BlockPos blockPos2, int int2, int int3, WorldChunk[][] worldChunk)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.BlockRenderView
getBaseLightLevel, getLightLevel, isSkyVisible
Methods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getDismountHeight, getDismountHeight, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlock
Methods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
chunkXOffset
protected final int chunkXOffset- Mappings:
Namespace Name Mixin selector official a
Lepx;a:I
intermediary field_4488
Lnet/minecraft/class_853;field_4488:I
named chunkXOffset
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;chunkXOffset:I
-
chunkZOffset
protected final int chunkZOffset- Mappings:
Namespace Name Mixin selector official b
Lepx;b:I
intermediary field_4487
Lnet/minecraft/class_853;field_4487:I
named chunkZOffset
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;chunkZOffset:I
-
offset
- Mappings:
Namespace Name Mixin selector official c
Lepx;c:Lgg;
intermediary field_4481
Lnet/minecraft/class_853;field_4481:Lnet/minecraft/class_2338;
named offset
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;offset:Lnet/minecraft/util/math/BlockPos;
-
sizeX
protected final int sizeX- Mappings:
Namespace Name Mixin selector official d
Lepx;d:I
intermediary field_4486
Lnet/minecraft/class_853;field_4486:I
named sizeX
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;sizeX:I
-
sizeY
protected final int sizeY- Mappings:
Namespace Name Mixin selector official e
Lepx;e:I
intermediary field_4484
Lnet/minecraft/class_853;field_4484:I
named sizeY
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;sizeY:I
-
sizeZ
protected final int sizeZ- Mappings:
Namespace Name Mixin selector official f
Lepx;f:I
intermediary field_4482
Lnet/minecraft/class_853;field_4482:I
named sizeZ
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;sizeZ:I
-
chunks
- Mappings:
Namespace Name Mixin selector official g
Lepx;g:[[Lcmw;
intermediary field_4483
Lnet/minecraft/class_853;field_4483:[[Lnet/minecraft/class_2818;
named chunks
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;chunks:[[Lnet/minecraft/world/chunk/WorldChunk;
-
blockStates
- Mappings:
Namespace Name Mixin selector official h
Lepx;h:[Lcks;
intermediary field_4489
Lnet/minecraft/class_853;field_4489:[Lnet/minecraft/class_2680;
named blockStates
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;blockStates:[Lnet/minecraft/block/BlockState;
-
fluidStates
- Mappings:
Namespace Name Mixin selector official i
Lepx;i:[Ldes;
intermediary field_4485
Lnet/minecraft/class_853;field_4485:[Lnet/minecraft/class_3610;
named fluidStates
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;fluidStates:[Lnet/minecraft/fluid/FluidState;
-
world
- Mappings:
Namespace Name Mixin selector official j
Lepx;j:Lbwp;
intermediary field_4490
Lnet/minecraft/class_853;field_4490:Lnet/minecraft/class_1937;
named world
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
ChunkRendererRegion
public ChunkRendererRegion(World world, int chunkX, int chunkZ, WorldChunk[][] chunks, BlockPos startPos, BlockPos endPos)- Mappings:
Namespace Name Mixin selector official <init>
Lepx;<init>(Lbwp;II[[Lcmw;Lgg;Lgg;)V
intermediary <init>
Lnet/minecraft/class_853;<init>(Lnet/minecraft/class_1937;II[[Lnet/minecraft/class_2818;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;<init>(Lnet/minecraft/world/World;II[[Lnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
create
@Nullable public static @Nullable ChunkRendererRegion create(World world, BlockPos startPos, BlockPos endPos, int chunkRadius)- Mappings:
Namespace Name Mixin selector official a
Lepx;a(Lbwp;Lgg;Lgg;I)Lepx;
intermediary method_3689
Lnet/minecraft/class_853;method_3689(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_853;
named create
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;I)Lnet/minecraft/client/render/chunk/ChunkRendererRegion;
-
method_30000
public static boolean method_30000(BlockPos blockPos, BlockPos blockPos2, int int2, int int3, WorldChunk[][] worldChunk)- Mappings:
Namespace Name Mixin selector official a
Lepx;a(Lgg;Lgg;II[[Lcmw;)Z
intermediary method_30000
Lnet/minecraft/class_853;method_30000(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;II[[Lnet/minecraft/class_2818;)Z
named method_30000
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;method_30000(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;II[[Lnet/minecraft/world/chunk/WorldChunk;)Z
-
getIndex
- Mappings:
Namespace Name Mixin selector official a
Lepx;a(Lgg;)I
intermediary method_3691
Lnet/minecraft/class_853;method_3691(Lnet/minecraft/class_2338;)I
named getIndex
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;getIndex(Lnet/minecraft/util/math/BlockPos;)I
-
getIndex
protected int getIndex(int x, int y, int z)- Mappings:
Namespace Name Mixin selector official a
Lepx;a(III)I
intermediary method_3690
Lnet/minecraft/class_853;method_3690(III)I
named getIndex
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;getIndex(III)I
-
getBlockState
- Specified by:
getBlockState
in interfaceBlockView
- Mappings:
Namespace Name Mixin selector official a_
Lbvt;a_(Lgg;)Lcks;
intermediary method_8320
Lnet/minecraft/class_1922;method_8320(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named getBlockState
Lnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
getFluidState
- Specified by:
getFluidState
in interfaceBlockView
- Mappings:
Namespace Name Mixin selector official b_
Lbvt;b_(Lgg;)Ldes;
intermediary method_8316
Lnet/minecraft/class_1922;method_8316(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3610;
named getFluidState
Lnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;
-
getBrightness
- Specified by:
getBrightness
in interfaceBlockRenderView
- Mappings:
Namespace Name Mixin selector official a
Lbvr;a(Lgl;Z)F
intermediary method_24852
Lnet/minecraft/class_1920;method_24852(Lnet/minecraft/class_2350;Z)F
named getBrightness
Lnet/minecraft/world/BlockRenderView;getBrightness(Lnet/minecraft/util/math/Direction;Z)F
-
getLightingProvider
- Specified by:
getLightingProvider
in interfaceBlockRenderView
- Mappings:
Namespace Name Mixin selector official k_
Lbvr;k_()Ldej;
intermediary method_22336
Lnet/minecraft/class_1920;method_22336()Lnet/minecraft/class_3568;
named getLightingProvider
Lnet/minecraft/world/BlockRenderView;getLightingProvider()Lnet/minecraft/world/chunk/light/LightingProvider;
-
getBlockEntity
- Specified by:
getBlockEntity
in interfaceBlockView
- Mappings:
Namespace Name Mixin selector official c_
Lbvt;c_(Lgg;)Lcip;
intermediary method_8321
Lnet/minecraft/class_1922;method_8321(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;
named getBlockEntity
Lnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
-
getBlockEntity
@Nullable public @Nullable BlockEntity getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType)- Mappings:
Namespace Name Mixin selector official a
Lepx;a(Lgg;Lcmw$b;)Lcip;
intermediary method_3688
Lnet/minecraft/class_853;method_3688(Lnet/minecraft/class_2338;Lnet/minecraft/class_2818$class_2819;)Lnet/minecraft/class_2586;
named getBlockEntity
Lnet/minecraft/client/render/chunk/ChunkRendererRegion;getBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/chunk/WorldChunk$CreationType;)Lnet/minecraft/block/entity/BlockEntity;
-
getColor
- Specified by:
getColor
in interfaceBlockRenderView
- Mappings:
Namespace Name Mixin selector official a
Lbvr;a(Lgg;Lnet/minecraft/world/level/ColorResolver;)I
intermediary method_23752
Lnet/minecraft/class_1920;method_23752(Lnet/minecraft/class_2338;Lnet/minecraft/world/level/ColorResolver;)I
named getColor
Lnet/minecraft/world/BlockRenderView;getColor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/level/ColorResolver;)I
-
getBottomY
public int getBottomY()Returns the bottom Y level, or height, inclusive, of this view.- Specified by:
getBottomY
in interfaceHeightLimitView
- See Also:
HeightLimitView.getTopY()
,HeightLimitView.getHeight()
- Mappings:
Namespace Name Mixin selector official s_
Lbwr;s_()I
intermediary method_31607
Lnet/minecraft/class_5539;method_31607()I
named getBottomY
Lnet/minecraft/world/HeightLimitView;getBottomY()I
-
getHeight
public int getHeight()Returns the difference in the minimum and maximum height.This is the number of blocks that can be modified in any vertical column within the view, or the vertical size, in blocks, of the view.
- Specified by:
getHeight
in interfaceHeightLimitView
- Returns:
- the difference in the minimum and maximum height
- See Also:
HeightLimitView.getBottomY()
,HeightLimitView.getTopY()
- Mappings:
Namespace Name Mixin selector official t_
Lbwr;t_()I
intermediary method_31605
Lnet/minecraft/class_5539;method_31605()I
named getHeight
Lnet/minecraft/world/HeightLimitView;getHeight()I
-