Class LocationJson

java.lang.Object
net.minecraft.util.json.LocationJson

public class LocationJson extends Object
Mappings:
Namespace Name
official aq
intermediary net/minecraft/class_3208
named net/minecraft/util/json/LocationJson
  • Field Details

    • EMPTY

      public static LocationJson EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Laq;a:Laq;
      intermediary field_15750 Lnet/minecraft/class_3208;field_15750:Lnet/minecraft/class_3208;
      named EMPTY Lnet/minecraft/util/json/LocationJson;EMPTY:Lnet/minecraft/util/json/LocationJson;
    • x

      private final MinMaxJson x
      Mappings:
      Namespace Name Mixin selector
      official c Laq;c:Las;
      intermediary field_15752 Lnet/minecraft/class_3208;field_15752:Lnet/minecraft/class_3213;
      named x Lnet/minecraft/util/json/LocationJson;x:Lnet/minecraft/util/json/MinMaxJson;
    • y

      private final MinMaxJson y
      Mappings:
      Namespace Name Mixin selector
      official d Laq;d:Las;
      intermediary field_15753 Lnet/minecraft/class_3208;field_15753:Lnet/minecraft/class_3213;
      named y Lnet/minecraft/util/json/LocationJson;y:Lnet/minecraft/util/json/MinMaxJson;
    • z

      private final MinMaxJson z
      Mappings:
      Namespace Name Mixin selector
      official e Laq;e:Las;
      intermediary field_15754 Lnet/minecraft/class_3208;field_15754:Lnet/minecraft/class_3213;
      named z Lnet/minecraft/util/json/LocationJson;z:Lnet/minecraft/util/json/MinMaxJson;
    • biome

      @Nullable final Biome biome
      Mappings:
      Namespace Name Mixin selector
      official b Laq;b:Lanh;
      intermediary field_15751 Lnet/minecraft/class_3208;field_15751:Lnet/minecraft/class_1170;
      named biome Lnet/minecraft/util/json/LocationJson;biome:Lnet/minecraft/world/biome/Biome;
    • feature

      @Nullable private final String feature
      Mappings:
      Namespace Name Mixin selector
      official f Laq;f:Ljava/lang/String;
      intermediary field_15755 Lnet/minecraft/class_3208;field_15755:Ljava/lang/String;
      named feature Lnet/minecraft/util/json/LocationJson;feature:Ljava/lang/String;
    • dimension

      @Nullable private final DimensionType dimension
      Mappings:
      Namespace Name Mixin selector
      official g Laq;g:Layn;
      intermediary field_15756 Lnet/minecraft/class_3208;field_15756:Lnet/minecraft/class_2750;
      named dimension Lnet/minecraft/util/json/LocationJson;dimension:Lnet/minecraft/world/dimension/DimensionType;
  • Constructor Details

    • LocationJson

      public LocationJson(MinMaxJson x, MinMaxJson y, MinMaxJson z, @Nullable Biome biome, @Nullable String feature, @Nullable DimensionType dimension)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laq;<init>(Las;Las;Las;Lanh;Ljava/lang/String;Layn;)V
      intermediary <init> Lnet/minecraft/class_3208;<init>(Lnet/minecraft/class_3213;Lnet/minecraft/class_3213;Lnet/minecraft/class_3213;Lnet/minecraft/class_1170;Ljava/lang/String;Lnet/minecraft/class_2750;)V
      named <init> Lnet/minecraft/util/json/LocationJson;<init>(Lnet/minecraft/util/json/MinMaxJson;Lnet/minecraft/util/json/MinMaxJson;Lnet/minecraft/util/json/MinMaxJson;Lnet/minecraft/world/biome/Biome;Ljava/lang/String;Lnet/minecraft/world/dimension/DimensionType;)V
  • Method Details

    • method_14322

      public boolean method_14322(ServerWorld world, double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official a Laq;a(Loo;DDD)Z
      intermediary method_14322 Lnet/minecraft/class_3208;method_14322(Lnet/minecraft/class_795;DDD)Z
      named method_14322 Lnet/minecraft/util/json/LocationJson;method_14322(Lnet/minecraft/server/world/ServerWorld;DDD)Z
    • method_14323

      public boolean method_14323(ServerWorld world, float x, float y, float z)
      Mappings:
      Namespace Name Mixin selector
      official a Laq;a(Loo;FFF)Z
      intermediary method_14323 Lnet/minecraft/class_3208;method_14323(Lnet/minecraft/class_795;FFF)Z
      named method_14323 Lnet/minecraft/util/json/LocationJson;method_14323(Lnet/minecraft/server/world/ServerWorld;FFF)Z
    • fromJson

      public static LocationJson fromJson(@Nullable JsonElement element)
      Mappings:
      Namespace Name Mixin selector
      official a Laq;a(Lcom/google/gson/JsonElement;)Laq;
      intermediary method_14321 Lnet/minecraft/class_3208;method_14321(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_3208;
      named fromJson Lnet/minecraft/util/json/LocationJson;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/util/json/LocationJson;