Package net.minecraft.world
Class BlockLocating.IntBounds
java.lang.Object
net.minecraft.world.BlockLocating.IntBounds
- Enclosing class:
 BlockLocating
- Mappings:
 Namespace Name named net/minecraft/world/BlockLocating$IntBoundsintermediary net/minecraft/class_5459$class_5461official l$b
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
min
public final int min- Mappings:
 Namespace Name Mixin selector named minLnet/minecraft/world/BlockLocating$IntBounds;min:Iintermediary field_25939Lnet/minecraft/class_5459$class_5461;field_25939:Iofficial aLl$b;a:I
 - 
max
public final int max- Mappings:
 Namespace Name Mixin selector named maxLnet/minecraft/world/BlockLocating$IntBounds;max:Iintermediary field_25940Lnet/minecraft/class_5459$class_5461;field_25940:Iofficial bLl$b;b:I
 
 - 
 - 
Constructor Details
- 
IntBounds
public IntBounds(int min, int max) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/BlockLocating$IntBounds;<init>(II)Vintermediary <init>Lnet/minecraft/class_5459$class_5461;<init>(II)Vofficial <init>Ll$b;<init>(II)V
 
 - 
 - 
Method Details