Klasse CommonEntityAttributeRegister

java.lang.Object
info.u_team.u_team_core.impl.common.CommonEntityAttributeRegister
Alle implementierten Schnittstellen:
EntityAttributeRegister
Bekannte direkte Unterklassen:
FabricEntityAttributeRegister

public abstract class CommonEntityAttributeRegister extends Object implements EntityAttributeRegister
  • Felddetails

    • 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
  • Konstruktordetails

    • CommonEntityAttributeRegister

      protected CommonEntityAttributeRegister()
  • Methodendetails

    • 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)
      Angegeben von:
      register in Schnittstelle EntityAttributeRegister