package mightypork.rogue.world.entity.renderers; public class EntityRenderer { public static final EntityRenderer NONE = new NullEntityRenderer(); }