Package net.minecraftforge.client
Class EntitySpectatorShaderManager
java.lang.Object
net.minecraftforge.client.EntitySpectatorShaderManager
Manager for entity spectator mode shaders.
Provides a lookup.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ResourceLocation
get
(EntityType<?> entityType) Finds the path to the spectator mode shader used for the specified entity type, or null if none is registered.static void
init()
-
Field Details
-
SHADERS
-
-
Constructor Details
-
EntitySpectatorShaderManager
private EntitySpectatorShaderManager()
-
-
Method Details
-
get
Finds the path to the spectator mode shader used for the specified entity type, or null if none is registered. -
init
@Internal public static void init()
-