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