Class RegisterEntitySpectatorShadersEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RegisterEntitySpectatorShadersEvent
All Implemented Interfaces:
IModBusEvent

public class RegisterEntitySpectatorShadersEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
Allows users to register custom shaders to be used when the player spectates a certain kind of entity. Vanilla examples of this are the green effect for creepers and the invert effect for endermen.

This event is not cancellable, and does not have a result.

This event is fired on the mod-specific event bus, only on the logical client.