You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package net.minecraft.world;
|
|
|
|
public enum EnumSkyBlock
|
|
{
|
|
Sky(15),
|
|
Block(0);
|
|
public final int defaultLightValue;
|
|
|
|
private static final String __OBFID = "CL_00000151";
|
|
|
|
private EnumSkyBlock(int p_i1961_3_)
|
|
{
|
|
this.defaultLightValue = p_i1961_3_;
|
|
}
|
|
} |