Package net.neoforged.neoforge.client
Class EntitySpectatorShaderManager
java.lang.Object
net.neoforged.neoforge.client.EntitySpectatorShaderManager
Manager for entity spectator mode shaders.
 
Provides a lookup.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ResourceLocationget(EntityType<?> entityType) Finds the path to the spectator mode shader used for the specified entity type, or null if none is registered.static voidinit() 
- 
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() 
 -