Uses of Class
net.minecraft.util.math.ChunkSectionPos
-
Uses of ChunkSectionPos in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug with type parameters of type ChunkSectionPos Modifier and Type Field Description private Set<ChunkSectionPos>VillageSectionsDebugRenderer. sectionsMethods in net.minecraft.client.render.debug with parameters of type ChunkSectionPos Modifier and Type Method Description voidVillageSectionsDebugRenderer. addSection(ChunkSectionPos pos)private static voidVillageSectionsDebugRenderer. drawBoxAtCenterOf(ChunkSectionPos pos)voidVillageSectionsDebugRenderer. removeSection(ChunkSectionPos pos) -
Uses of ChunkSectionPos in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type ChunkSectionPos Modifier and Type Method Description voidClientChunkManager. onLightUpdate(LightType type, ChunkSectionPos pos) -
Uses of ChunkSectionPos in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task that return ChunkSectionPos Modifier and Type Method Description static ChunkSectionPosLookTargetUtil. getPosClosestToOccupiedPointOfInterest(ServerWorld world, ChunkSectionPos center, int radius)Methods in net.minecraft.entity.ai.brain.task with parameters of type ChunkSectionPos Modifier and Type Method Description static ChunkSectionPosLookTargetUtil. getPosClosestToOccupiedPointOfInterest(ServerWorld world, ChunkSectionPos center, int radius)private voidFindWalkTargetTask. updateWalkTarget(PathAwareEntity entity, ChunkSectionPos pos) -
Uses of ChunkSectionPos in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return ChunkSectionPos Modifier and Type Method Description private @Nullable ChunkSectionPosIronGolemWanderAroundGoal. method_27928()Methods in net.minecraft.entity.ai.goal with parameters of type ChunkSectionPos Modifier and Type Method Description private @Nullable BlockPosIronGolemWanderAroundGoal. method_27923(ChunkSectionPos chunkSectionPos) -
Uses of ChunkSectionPos in net.minecraft.network
Methods in net.minecraft.network that return ChunkSectionPos Modifier and Type Method Description ChunkSectionPosPacketByteBuf. readChunkSectionPos()Reads a chunk section position from this buf.Methods in net.minecraft.network with parameters of type ChunkSectionPos Modifier and Type Method Description PacketByteBufPacketByteBuf. writeChunkSectionPos(ChunkSectionPos pos)Reads a chunk section position from this buf. -
Uses of ChunkSectionPos in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ChunkSectionPos Modifier and Type Field Description private ChunkSectionPosChunkDeltaUpdateS2CPacket. sectionPosConstructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkSectionPos Constructor Description ChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet shortSet, ChunkSection section, boolean bool) -
Uses of ChunkSectionPos in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ChunkSectionPos Modifier and Type Field Description private ChunkSectionPosServerPlayerEntity. watchedSectionA chunk section position indicating where the player's client is currently watching chunks from.Methods in net.minecraft.server.network that return ChunkSectionPos Modifier and Type Method Description ChunkSectionPosServerPlayerEntity. getWatchedSection()Returns the chunk section position the player's client is currently watching from.Methods in net.minecraft.server.network with parameters of type ChunkSectionPos Modifier and Type Method Description voidServerPlayerEntity. setWatchedSection(ChunkSectionPos section)Sets the chunk section position the player's client is currently watching from. -
Uses of ChunkSectionPos in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkSectionPos Modifier and Type Field Description private ChunkSectionPosThreadedAnvilChunkStorage.EntityTracker. trackedSectionThe chunk section position of the tracked entity, may be outdated as an entity ticks.Methods in net.minecraft.server.world that return ChunkSectionPos Modifier and Type Method Description private ChunkSectionPosThreadedAnvilChunkStorage. updateWatchedSection(ServerPlayerEntity player)Updates the watched chunk section position for theplayer, and sends a render distance update packet to the client.Methods in net.minecraft.server.world with parameters of type ChunkSectionPos Modifier and Type Method Description voidServerLightingProvider. enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)intServerWorld. getOccupiedPointOfInterestDistance(ChunkSectionPos pos)Stream<? extends StructureStart<?>>ServerWorld. getStructures(ChunkSectionPos pos, StructureFeature<?> feature)voidChunkTicketManager. handleChunkEnter(ChunkSectionPos pos, ServerPlayerEntity player)voidChunkTicketManager. handleChunkLeave(ChunkSectionPos pos, ServerPlayerEntity player)booleanServerWorld. isNearOccupiedPointOfInterest(ChunkSectionPos sectionPos)voidServerChunkManager. onLightUpdate(LightType type, ChunkSectionPos pos)voidServerLightingProvider. setSectionStatus(ChunkSectionPos pos, boolean notReady) -
Uses of ChunkSectionPos in net.minecraft.util.math
Methods in net.minecraft.util.math that return ChunkSectionPos Modifier and Type Method Description ChunkSectionPosChunkSectionPos. add(int int2, int int3, int int4)static ChunkSectionPosChunkSectionPos. from(int x, int y, int z)Creates a chunk section position from its x-, y- and z-coordinates.static ChunkSectionPosChunkSectionPos. from(long packed)Creates a chunk section position from its packed representation.static ChunkSectionPosChunkSectionPos. from(Entity entity)static ChunkSectionPosChunkSectionPos. from(BlockPos pos)static ChunkSectionPosChunkSectionPos. from(ChunkPos chunkPos, int y)Creates a chunk section position from a chunk position and the y-coordinate of the vertical section.static ChunkSectionPosChunkSectionPos. from(Chunk chunk)Methods in net.minecraft.util.math that return types with arguments of type ChunkSectionPos Modifier and Type Method Description static Stream<ChunkSectionPos>ChunkSectionPos. stream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ)static Stream<ChunkSectionPos>ChunkSectionPos. stream(ChunkPos center, int radius, int minY, int maxY)static Stream<ChunkSectionPos>ChunkSectionPos. stream(ChunkSectionPos center, int radius)Methods in net.minecraft.util.math with parameters of type ChunkSectionPos Modifier and Type Method Description static Stream<ChunkSectionPos>ChunkSectionPos. stream(ChunkSectionPos center, int radius) -
Uses of ChunkSectionPos in net.minecraft.world
Methods in net.minecraft.world with parameters of type ChunkSectionPos Modifier and Type Method Description Stream<? extends StructureStart<?>>ChunkRegion. getStructures(ChunkSectionPos pos, StructureFeature<?> feature)Stream<? extends StructureStart<?>>StructureWorldAccess. getStructures(ChunkSectionPos pos, StructureFeature<?> feature) -
Uses of ChunkSectionPos in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type ChunkSectionPos Modifier and Type Method Description default voidChunkProvider. onLightUpdate(LightType type, ChunkSectionPos pos) -
Uses of ChunkSectionPos in net.minecraft.world.chunk.light
Methods in net.minecraft.world.chunk.light with parameters of type ChunkSectionPos Modifier and Type Method Description StringLightingProvider. displaySectionLevel(LightType lightType, ChunkSectionPos chunkSectionPos)voidLightingProvider. enqueueSectionData(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)@Nullable ChunkNibbleArrayChunkLightingView.Empty. getLightSection(ChunkSectionPos pos)@Nullable ChunkNibbleArrayChunkLightingView. getLightSection(ChunkSectionPos pos)@Nullable ChunkNibbleArrayChunkLightProvider. getLightSection(ChunkSectionPos pos)voidChunkLightingView.Empty. setSectionStatus(ChunkSectionPos pos, boolean notReady)voidChunkLightProvider. setSectionStatus(ChunkSectionPos pos, boolean notReady)voidLightingProvider. setSectionStatus(ChunkSectionPos pos, boolean notReady)voidLightingView. setSectionStatus(ChunkSectionPos pos, boolean notReady) -
Uses of ChunkSectionPos in net.minecraft.world.event.listener
Fields in net.minecraft.world.event.listener declared as ChunkSectionPos Modifier and Type Field Description private @Nullable ChunkSectionPosEntityGameEventHandler. sectionPosMethods in net.minecraft.world.event.listener with parameters of type ChunkSectionPos Modifier and Type Method Description private voidEntityGameEventHandler. updateDispatcher(World world, @Nullable ChunkSectionPos sectionPos, Consumer<GameEventDispatcher> action) -
Uses of ChunkSectionPos in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type ChunkSectionPos Modifier and Type Method Description voidStructureAccessor. addStructureReference(ChunkSectionPos pos, StructureFeature<?> feature, long reference, StructureHolder holder)@Nullable StructureStart<?>StructureAccessor. getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)Stream<? extends StructureStart<?>>StructureAccessor. getStructuresWithChildren(ChunkSectionPos pos, StructureFeature<?> feature)voidStructureAccessor. setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder) -
Uses of ChunkSectionPos in net.minecraft.world.poi
Methods in net.minecraft.world.poi with parameters of type ChunkSectionPos Modifier and Type Method Description intPointOfInterestStorage. getDistanceFromNearestOccupied(ChunkSectionPos pos)private voidPointOfInterestStorage. scanAndPopulate(ChunkSection chunkSection, ChunkSectionPos chunkSectionPos, BiConsumer<BlockPos,PointOfInterestType> biConsumer)