Interface EnvironmentAttributeTypes


public interface EnvironmentAttributeTypes
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeTypes
intermediary net/minecraft/class_12193
official cds
  • 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 Lcds;a:Lcdr;
    • 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 Lcds;b:Lcdr;
    • COLOR

      static final EnvironmentAttributeType<Integer> COLOR
      Mappings:
      Namespace Name Mixin selector
      named COLOR Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;COLOR:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_63693 Lnet/minecraft/class_12193;field_63693:Lnet/minecraft/class_12192;
      official c Lcds;c:Lcdr;
    • 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 d Lcds;d:Lcdr;
    • 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 e Lcds;e:Lcdr;
    • 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 f Lcds;f:Lcdr;
    • 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 g Lcds;g:Lcdr;
    • 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 h Lcds;h:Lcdr;
    • 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 i Lcds;i: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 Lcds;a(Ljw;)Lcdr;
    • 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 Lcds;a(Ljava/lang/String;Lcdr;)Lcdr;