Package net.minecraft.world
Class BlockLocating.IntBounds
java.lang.Object
net.minecraft.world.BlockLocating.IntBounds
- Enclosing class:
- BlockLocating
- Mappings:
- Namespace - Name - official - l$b- intermediary - net/minecraft/class_5459$class_5461- named - net/minecraft/world/BlockLocating$IntBounds
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
minpublic final int min- Mappings:
- Namespace - Name - Mixin selector - official - a- Ll$b;a:I- intermediary - field_25939- Lnet/minecraft/class_5459$class_5461;field_25939:I- named - min- Lnet/minecraft/world/BlockLocating$IntBounds;min:I
 
- 
maxpublic final int max- Mappings:
- Namespace - Name - Mixin selector - official - b- Ll$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- 
IntBoundspublic IntBounds(int min, int max) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ll$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