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 voidLevelRenderer.scheduleResort(SectionRenderDispatcher.RenderSection section, TranslucencyPointOfView pointOfView, Vec3 cameraPos, boolean blockPosChanged, boolean isNearby) -
Uses of TranslucencyPointOfView in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as TranslucencyPointOfViewModifier and TypeFieldDescriptionprivate @Nullable TranslucencyPointOfViewCompiledSectionMesh.translucencyPointOfViewMethods in net.minecraft.client.renderer.chunk that return TranslucencyPointOfViewMethods in net.minecraft.client.renderer.chunk with parameters of type TranslucencyPointOfViewModifier and TypeMethodDescriptionbooleanCompiledSectionMesh.isDifferentPointOfView(TranslucencyPointOfView pointOfView) default booleanSectionMesh.isDifferentPointOfView(TranslucencyPointOfView pointOfView) voidCompiledSectionMesh.setTranslucencyPointOfView(TranslucencyPointOfView translucencyPointOfView) Constructors in net.minecraft.client.renderer.chunk with parameters of type TranslucencyPointOfViewModifierConstructorDescriptionCompiledSectionMesh(TranslucencyPointOfView translucencyPointOfView, SectionCompiler.Results results)