Class LevelTargetBundle
java.lang.Object
net.minecraft.client.renderer.LevelTargetBundle
- All Implemented Interfaces:
PostChain.TargetBundle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Identifierstatic final Identifierstatic final Set<Identifier> static final Set<Identifier> final List<ResourceHandle<RenderTarget>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()get(Identifier id) voidreplace(Identifier id, ResourceHandle<RenderTarget> handle) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PostChain.TargetBundle
getOrThrow
-
Field Details
-
MAIN_TARGET_ID
-
ENTITY_OUTLINE_TARGET_ID
-
MAIN_TARGETS
-
OUTLINE_TARGETS
-
main
-
alwaysOnTopDepth
-
depthBounds
-
depthBoundsCulled
-
transmittance
-
accumulate
-
oitCloudDepth
-
oitTerrainWithWaterPatchDepth
-
entityOutline
-
-
Constructor Details
-
LevelTargetBundle
public LevelTargetBundle()
-
-
Method Details
-
replace
- Specified by:
replacein interfacePostChain.TargetBundle
-
get
- Specified by:
getin interfacePostChain.TargetBundle
-
clear
public void clear()
-