// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.spawning.assets.spawns;

public enum LightType
{
    Light, 
    SkyLight, 
    Sunlight, 
    RedLight, 
    GreenLight, 
    BlueLight;
    
    public static final LightType[] VALUES;
    
    static {
        VALUES = values();
    }
}
