Class CommonEntityAttributeRegister

java.lang.Object
info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
All Implemented Interfaces:
EntityAttributeRegister
Direct Known Subclasses:
FabricEntityAttributeRegister

public abstract class CommonEntityAttributeRegister extends Object implements EntityAttributeRegister
  • Field Details

    • attributes

      protected final Map<Supplier<? extends net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.LivingEntity>>,Supplier<? extends net.minecraft.world.entity.ai.attributes.AttributeSupplier>> 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:
      register in interface EntityAttributeRegister