Class LevelTargetBundle
java.lang.Object
net.minecraft.client.renderer.LevelTargetBundle
- All Implemented Interfaces:
PostChain.TargetBundle
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable ResourceHandle<RenderTarget> static final Identifierstatic final Identifier@Nullable ResourceHandle<RenderTarget> static final Identifier@Nullable ResourceHandle<RenderTarget> static final Identifierstatic final Set<Identifier> static final Set<Identifier> @Nullable ResourceHandle<RenderTarget> static final Identifierstatic final Set<Identifier> @Nullable ResourceHandle<RenderTarget> static final Identifier@Nullable ResourceHandle<RenderTarget> static final Identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()@Nullable ResourceHandle<RenderTarget> 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
-
TRANSLUCENT_TARGET_ID
-
ITEM_ENTITY_TARGET_ID
-
PARTICLES_TARGET_ID
-
WEATHER_TARGET_ID
-
CLOUDS_TARGET_ID
-
ENTITY_OUTLINE_TARGET_ID
-
MAIN_TARGETS
-
OUTLINE_TARGETS
-
SORTING_TARGETS
-
main
-
translucent
-
itemEntity
-
particles
-
weather
-
clouds
-
entityOutline
-
-
Constructor Details
-
LevelTargetBundle
public LevelTargetBundle()
-
-
Method Details
-
replace
- Specified by:
replacein interfacePostChain.TargetBundle
-
get
- Specified by:
getin interfacePostChain.TargetBundle
-
clear
public void clear()
-