Class EntitySpectatorShaderManager

java.lang.Object
net.minecraftforge.client.EntitySpectatorShaderManager

public final class EntitySpectatorShaderManager extends Object
Manager for entity spectator mode shaders.

Provides a lookup.

  • Field Details

  • Constructor Details

    • EntitySpectatorShaderManager

      private EntitySpectatorShaderManager()
  • Method Details

    • get

      @Nullable public static @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.
    • init

      @Internal public static void init()