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
-
Field Details
-
SHADERS
private static Map<net.minecraft.world.entity.EntityType<?>,net.minecraft.resources.ResourceLocation> SHADERS
-
-
Constructor Details
-
EntitySpectatorShaderManager
private EntitySpectatorShaderManager()
-
-
Method Details
-
get
@Nullable public static @Nullable net.minecraft.resources.ResourceLocation get(net.minecraft.world.entity.EntityType<?> entityType) 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()
-