Class CommonEntityAttributeRegister
java.lang.Object
info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
- All Implemented Interfaces:
EntityAttributeRegister
public abstract class CommonEntityAttributeRegister
extends Object
implements EntityAttributeRegister
-
Nested Class Summary
Nested classes/interfaces inherited from interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
EntityAttributeRegister.Factory -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.u_team.u_team_core.api.registry.EntityAttributeRegister
register, registerBuilder
-
Field Details
-
attributes
-
-
Constructor Details
-
CommonEntityAttributeRegister
protected CommonEntityAttributeRegister()
-
-
Method Details
-
register
public void register(Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.LivingEntity>> supplier, Supplier<? extends net.minecraft.world.entity.ai.attributes.AttributeSupplier> map) - Specified by:
registerin interfaceEntityAttributeRegister
-