Package net.minecraft

Record Class class_11088.class_11092

java.lang.Object
java.lang.Record
net.minecraft.class_11088.class_11092
Record Components:
type -
offset -
range -
allowInAir -
Enclosing class:
class_11088

public static record class_11088.class_11092(class_11088.class_11094 type, BlockPos offset, int range, boolean allowInAir) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11088$class_11092
intermediary net/minecraft/class_11088$class_11092
official fbp$c
named type
intermediary comp_3974
official b
named offset
intermediary comp_3975
official c
named range
intermediary comp_3976
official d
named allowInAir
intermediary comp_3977
official e
  • Field Details

    • type

      private final class_11088.class_11094 type
      The field for the type record component.
    • offset

      private final BlockPos offset
      The field for the offset record component.
    • range

      private final int range
      The field for the range record component.
    • allowInAir

      private final boolean allowInAir
      The field for the allowInAir record component.
    • field_59071

      public static final com.mojang.serialization.Codec<class_11088.class_11092> field_59071
      Mappings:
      Namespace Name Mixin selector
      named field_59071 Lnet/minecraft/class_11088$class_11092;field_59071:Lcom/mojang/serialization/Codec;
      intermediary field_59071 Lnet/minecraft/class_11088$class_11092;field_59071:Lcom/mojang/serialization/Codec;
      official a Lfbp$c;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • method_69867

      @Nullable public @Nullable BlockPos method_69867(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69867 Lnet/minecraft/class_11088$class_11092;method_69867(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/util/math/BlockPos;
      intermediary method_69867 Lnet/minecraft/class_11088$class_11092;method_69867(Lnet/minecraft/class_3218;)Lnet/minecraft/class_2338;
      official a Lfbp$c;a(Last;)Lix;
    • method_69868

      @Nullable private @Nullable BlockPos method_69868(ServerWorld serverWorld, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69868 Lnet/minecraft/class_11088$class_11092;method_69868(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
      intermediary method_69868 Lnet/minecraft/class_11088$class_11092;method_69868(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2338;
      official a Lfbp$c;a(Last;Lix;)Lix;
    • method_69872

      private static boolean method_69872(ServerWorld serverWorld, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69872 Lnet/minecraft/class_11088$class_11092;method_69872(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_69872 Lnet/minecraft/class_11088$class_11092;method_69872(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
      official b Lfbp$c;b(Last;Lix;)Z
    • method_69873

      private static boolean method_69873(ServerWorld serverWorld, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69873 Lnet/minecraft/class_11088$class_11092;method_69873(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_69873 Lnet/minecraft/class_11088$class_11092;method_69873(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
      official c Lfbp$c;c(Last;Lix;)Z
    • method_69871

      @Nullable private @Nullable BlockPos method_69871(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69871 Lnet/minecraft/class_11088$class_11092;method_69871(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/util/math/BlockPos;
      intermediary method_69871 Lnet/minecraft/class_11088$class_11092;method_69871(Lnet/minecraft/class_3218;)Lnet/minecraft/class_2338;
      official b Lfbp$c;b(Last;)Lix;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • type

      public class_11088.class_11094 type()
      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • offset

      public BlockPos offset()
      Returns the value of the offset record component.
      Returns:
      the value of the offset record component
    • range

      public int range()
      Returns the value of the range record component.
      Returns:
      the value of the range record component
    • allowInAir

      public boolean allowInAir()
      Returns the value of the allowInAir record component.
      Returns:
      the value of the allowInAir record component