Package net.minecraft.world
Class BlockLocating.IntBounds
java.lang.Object
net.minecraft.world.BlockLocating.IntBounds
- Enclosing class:
BlockLocating
- Mappings:
Namespace Name official k$b
intermediary net/minecraft/class_5459$class_5461
named net/minecraft/world/BlockLocating$IntBounds
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
min
public final int min- Mappings:
Namespace Name Mixin selector official a
Lk$b;a:I
intermediary field_25939
Lnet/minecraft/class_5459$class_5461;field_25939:I
named min
Lnet/minecraft/world/BlockLocating$IntBounds;min:I
-
max
public final int max- Mappings:
Namespace Name Mixin selector official b
Lk$b;b:I
intermediary field_25940
Lnet/minecraft/class_5459$class_5461;field_25940:I
named max
Lnet/minecraft/world/BlockLocating$IntBounds;max:I
-
-
Constructor Details
-
IntBounds
public IntBounds(int min, int max) - Mappings:
Namespace Name Mixin selector official <init>
Lk$b;<init>(II)V
intermediary <init>
Lnet/minecraft/class_5459$class_5461;<init>(II)V
named <init>
Lnet/minecraft/world/BlockLocating$IntBounds;<init>(II)V
-
-
Method Details