Uses of Class
net.minecraft.client.renderer.chunk.TranslucencyPointOfView
Packages that use TranslucencyPointOfView
-
Uses of TranslucencyPointOfView in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type TranslucencyPointOfViewModifier and TypeMethodDescriptionprivate void
LevelRenderer.scheduleResort
(SectionRenderDispatcher.RenderSection pSection, TranslucencyPointOfView pPointOfView, Vec3 pCameraPosition, boolean pForce, boolean pIgnoreAxisAlignment) -
Uses of TranslucencyPointOfView in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as TranslucencyPointOfViewModifier and TypeFieldDescriptionprivate TranslucencyPointOfView
CompiledSectionMesh.translucencyPointOfView
Methods in net.minecraft.client.renderer.chunk that return TranslucencyPointOfViewMethods in net.minecraft.client.renderer.chunk with parameters of type TranslucencyPointOfViewModifier and TypeMethodDescriptionboolean
CompiledSectionMesh.isDifferentPointOfView
(TranslucencyPointOfView pPointOfView) default boolean
SectionMesh.isDifferentPointOfView
(TranslucencyPointOfView pPointOfView) void
CompiledSectionMesh.setTranslucencyPointOfView
(TranslucencyPointOfView pTranslucencyPointOfView) Constructors in net.minecraft.client.renderer.chunk with parameters of type TranslucencyPointOfViewModifierConstructorDescriptionCompiledSectionMesh
(TranslucencyPointOfView pTranslucencyPointOfView, SectionCompiler.Results pResults)