Package net.minecraft.client.renderer
Class LevelTargetBundle
java.lang.Object
net.minecraft.client.renderer.LevelTargetBundle
- All Implemented Interfaces:
PostChain.TargetBundle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final Set
<ResourceLocation> static final Set
<ResourceLocation> static final ResourceLocation
static final Set
<ResourceLocation> static final ResourceLocation
static final ResourceLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
get
(ResourceLocation p_363913_) void
replace
(ResourceLocation p_360547_, ResourceHandle<RenderTarget> p_363379_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.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:
replace
in interfacePostChain.TargetBundle
-
get
- Specified by:
get
in interfacePostChain.TargetBundle
-
clear
public void clear()
-