Uses of Class
net.minecraft.client.render.chunk.NormalizedRelativePos
Packages that use NormalizedRelativePos
-
Uses of NormalizedRelativePos in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type NormalizedRelativePosModifier and TypeMethodDescriptionprivate void
WorldRenderer.scheduleChunkTranslucencySort
(ChunkBuilder.BuiltChunk chunk, NormalizedRelativePos relativePos, Vec3d cameraPos, boolean needsUpdate, boolean ignoreCameraAlignment) -
Uses of NormalizedRelativePos in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as NormalizedRelativePosMethods in net.minecraft.client.render.chunk that return NormalizedRelativePosMethods in net.minecraft.client.render.chunk with parameters of type NormalizedRelativePosModifier and TypeMethodDescriptiondefault boolean
AbstractChunkRenderData.hasPosition
(NormalizedRelativePos pos) boolean
ChunkRenderData.hasPosition
(NormalizedRelativePos pos) void
ChunkRenderData.setPos
(NormalizedRelativePos pos) Constructors in net.minecraft.client.render.chunk with parameters of type NormalizedRelativePosModifierConstructorDescriptionChunkRenderData
(NormalizedRelativePos pos, SectionBuilder.RenderData renderData)