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 voidWorldRenderer.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 booleanAbstractChunkRenderData.hasPosition(NormalizedRelativePos pos) booleanChunkRenderData.hasPosition(NormalizedRelativePos pos) voidChunkRenderData.setPos(NormalizedRelativePos pos) Constructors in net.minecraft.client.render.chunk with parameters of type NormalizedRelativePosModifierConstructorDescriptionChunkRenderData(NormalizedRelativePos pos, SectionBuilder.RenderData renderData)