public static enum IWorldLightListener.Dummy extends java.lang.Enum<IWorldLightListener.Dummy> implements IWorldLightListener
IWorldLightListener.Dummy
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
NibbleArray |
getData(SectionPos p_215612_1_) |
int |
getLightFor(BlockPos worldPos) |
void |
updateSectionStatus(SectionPos pos,
boolean isEmpty) |
static IWorldLightListener.Dummy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IWorldLightListener.Dummy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
func_215567_a
public static final IWorldLightListener.Dummy INSTANCE
public static IWorldLightListener.Dummy[] values()
for (IWorldLightListener.Dummy c : IWorldLightListener.Dummy.values()) System.out.println(c);
public static IWorldLightListener.Dummy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Nullable public NibbleArray getData(SectionPos p_215612_1_)
getData
in interface IWorldLightListener
public int getLightFor(BlockPos worldPos)
getLightFor
in interface IWorldLightListener
public void updateSectionStatus(SectionPos pos, boolean isEmpty)
updateSectionStatus
in interface ILightListener