类 EntitySpectatorShaderManager

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

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

Provides a lookup.

  • 字段详细资料

  • 构造器详细资料

    • EntitySpectatorShaderManager

      private EntitySpectatorShaderManager()
  • 方法详细资料

    • 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()