public class DefaultAttributeRegistry extends Object
Modifier and Type | Field and Description |
---|---|
private static Map<EntityType<? extends LivingEntity>,DefaultAttributeContainer> |
DEFAULT_ATTRIBUTE_REGISTRY |
private static Logger |
LOGGER |
Constructor and Description |
---|
DefaultAttributeRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
checkMissing() |
static DefaultAttributeContainer |
get(EntityType<? extends LivingEntity> type) |
static boolean |
hasDefinitionFor(EntityType<?> type) |
private static final Logger LOGGER
private static final Map<EntityType<? extends LivingEntity>,DefaultAttributeContainer> DEFAULT_ATTRIBUTE_REGISTRY
public static DefaultAttributeContainer get(EntityType<? extends LivingEntity> type)
public static boolean hasDefinitionFor(EntityType<?> type)
public static void checkMissing()