类 EntitySpectatorShaderManager
java.lang.Object
net.minecraftforge.client.EntitySpectatorShaderManager
Manager for entity spectator mode shaders.
Provides a lookup.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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.static void
init()
-
字段详细资料
-
SHADERS
-
-
构造器详细资料
-
EntitySpectatorShaderManager
private EntitySpectatorShaderManager()
-
-
方法详细资料
-
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()
-