Interface EnvironmentAttributeTypes


public interface EnvironmentAttributeTypes
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeTypes
intermediary net/minecraft/class_12193
official cdp
  • Field Details

    • BOOLEAN

      static final EnvironmentAttributeType<Boolean> BOOLEAN
      Mappings:
      Namespace Name Mixin selector
      named BOOLEAN Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;BOOLEAN:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63691 Lnet/minecraft/class_12193;field_63691:Lnet/minecraft/class_12192;
      official a Lcdp;a:Lcdo;
    • FLOAT

      static final EnvironmentAttributeType<Float> FLOAT
      Mappings:
      Namespace Name Mixin selector
      named FLOAT Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;FLOAT:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63692 Lnet/minecraft/class_12193;field_63692:Lnet/minecraft/class_12192;
      official b Lcdp;b:Lcdo;
    • RGB_COLOR

      static final EnvironmentAttributeType<Integer> RGB_COLOR
      Mappings:
      Namespace Name Mixin selector
      named RGB_COLOR Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;RGB_COLOR:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64118 Lnet/minecraft/class_12193;field_64118:Lnet/minecraft/class_12192;
      official c Lcdp;c:Lcdo;
    • ARGB_COLOR

      static final EnvironmentAttributeType<Integer> ARGB_COLOR
      Mappings:
      Namespace Name Mixin selector
      named ARGB_COLOR Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;ARGB_COLOR:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64119 Lnet/minecraft/class_12193;field_64119:Lnet/minecraft/class_12192;
      official d Lcdp;d:Lcdo;
    • BED_RULE

      static final EnvironmentAttributeType<BedRule> BED_RULE
      Mappings:
      Namespace Name Mixin selector
      named BED_RULE Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;BED_RULE:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63694 Lnet/minecraft/class_12193;field_63694:Lnet/minecraft/class_12192;
      official e Lcdp;e:Lcdo;
    • PARTICLE

      static final EnvironmentAttributeType<ParticleEffect> PARTICLE
      Mappings:
      Namespace Name Mixin selector
      named PARTICLE Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;PARTICLE:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63695 Lnet/minecraft/class_12193;field_63695:Lnet/minecraft/class_12192;
      official f Lcdp;f:Lcdo;
    • AMBIENT_PARTICLES

      static final EnvironmentAttributeType<List<AmbientParticle>> AMBIENT_PARTICLES
      Mappings:
      Namespace Name Mixin selector
      named AMBIENT_PARTICLES Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;AMBIENT_PARTICLES:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63696 Lnet/minecraft/class_12193;field_63696:Lnet/minecraft/class_12192;
      official g Lcdp;g:Lcdo;
    • BACKGROUND_MUSIC

      static final EnvironmentAttributeType<BackgroundMusic> BACKGROUND_MUSIC
      Mappings:
      Namespace Name Mixin selector
      named BACKGROUND_MUSIC Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;BACKGROUND_MUSIC:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63697 Lnet/minecraft/class_12193;field_63697:Lnet/minecraft/class_12192;
      official h Lcdp;h:Lcdo;
    • AMBIENT_SOUNDS

      static final EnvironmentAttributeType<AmbientSounds> AMBIENT_SOUNDS
      Mappings:
      Namespace Name Mixin selector
      named AMBIENT_SOUNDS Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;AMBIENT_SOUNDS:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63698 Lnet/minecraft/class_12193;field_63698:Lnet/minecraft/class_12192;
      official i Lcdp;i:Lcdo;
    • CODEC

      static final com.mojang.serialization.Codec<EnvironmentAttributeType<?>> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_63699 Lnet/minecraft/class_12193;field_63699:Lcom/mojang/serialization/Codec;
      official j Lcdp;j:Lcom/mojang/serialization/Codec;
  • Method Details

    • registerAndGetDefault

      static EnvironmentAttributeType<?> registerAndGetDefault(Registry<EnvironmentAttributeType<?>> registry)
      Mappings:
      Namespace Name Mixin selector
      named registerAndGetDefault Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;registerAndGetDefault(Lnet/minecraft/registry/Registry;)Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary method_75637 Lnet/minecraft/class_12193;method_75637(Lnet/minecraft/class_2378;)Lnet/minecraft/class_12192;
      official a Lcdp;a(Ljs;)Lcdo;
    • register

      static <Value> EnvironmentAttributeType<Value> register(String path, EnvironmentAttributeType<Value> type)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;register(Ljava/lang/String;Lnet/minecraft/world/attribute/EnvironmentAttributeType;)Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary method_75636 Lnet/minecraft/class_12193;method_75636(Ljava/lang/String;Lnet/minecraft/class_12192;)Lnet/minecraft/class_12192;
      official a Lcdp;a(Ljava/lang/String;Lcdo;)Lcdo;