Interface EnvironmentAttributeTypes


public interface EnvironmentAttributeTypes
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeTypes
intermediary net/minecraft/class_12193
official cdv
  • 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 Lcdv;a:Lcdu;
    • TRI_STATE

      static final EnvironmentAttributeType<TriState> TRI_STATE
      Mappings:
      Namespace Name Mixin selector
      named TRI_STATE Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;TRI_STATE:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64317 Lnet/minecraft/class_12193;field_64317:Lnet/minecraft/class_12192;
      official b Lcdv;b:Lcdu;
    • 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 c Lcdv;c:Lcdu;
    • ANGLE_DEGREES

      static final EnvironmentAttributeType<Float> ANGLE_DEGREES
      Mappings:
      Namespace Name Mixin selector
      named ANGLE_DEGREES Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;ANGLE_DEGREES:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64318 Lnet/minecraft/class_12193;field_64318:Lnet/minecraft/class_12192;
      official d Lcdv;d:Lcdu;
    • 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 e Lcdv;e:Lcdu;
    • 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 f Lcdv;f:Lcdu;
    • MOON_PHASE

      static final EnvironmentAttributeType<MoonPhase> MOON_PHASE
      Mappings:
      Namespace Name Mixin selector
      named MOON_PHASE Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;MOON_PHASE:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64319 Lnet/minecraft/class_12193;field_64319:Lnet/minecraft/class_12192;
      official g Lcdv;g:Lcdu;
    • ACTIVITY

      static final EnvironmentAttributeType<Activity> ACTIVITY
      Mappings:
      Namespace Name Mixin selector
      named ACTIVITY Lnet/minecraft/world/attribute/EnvironmentAttributeTypes;ACTIVITY:Lnet/minecraft/world/attribute/EnvironmentAttributeType;
      intermediary field_64320 Lnet/minecraft/class_12193;field_64320:Lnet/minecraft/class_12192;
      official h Lcdv;h:Lcdu;
    • 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 i Lcdv;i:Lcdu;
    • 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 j Lcdv;j:Lcdu;
    • 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 k Lcdv;k:Lcdu;
    • 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 l Lcdv;l:Lcdu;
    • 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 m Lcdv;m:Lcdu;
    • 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 n Lcdv;n: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 Lcdv;a(Ljq;)Lcdu;
    • 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 Lcdv;a(Ljava/lang/String;Lcdu;)Lcdu;