net.minecraft.world.level.storage.loot

public class IntLimiter

implements IntUnaryOperator

crt
net.minecraft.world.level.storage.loot.IntLimiter
net.minecraft.class_42
net.minecraft.util.BoundedIntUnaryOperator
net.minecraft.world.storage.loot.IntClamper
net.minecraft.server.v1_15_R1.LootIntegerLimit

字段概要

修饰符与类型字段
private final Integer
a
min
field_921
min
field_215852_a
private final Integer
b
max
field_920
max
field_215853_b
private final IntUnaryOperator
c
op
field_919
operator
field_215854_c

构造函数概要

修饰符构造函数
private (Integer arg0, Integer arg1)

方法概要

修饰符与类型方法
public static IntLimiter
a(int arg0, int arg1)
clamp(int arg0, int arg1)
method_282(int arg0, int arg1)
create(int arg0, int arg1)
func_215843_a(int arg0, int arg1)
public static IntLimiter
a(int arg0)
lowerBound(int arg0)
method_280(int arg0)
createMin(int arg0)
func_215848_a(int arg0)
public static IntLimiter
b(int arg0)
upperBound(int arg0)
method_277(int arg0)
createMax(int arg0)
func_215851_b(int arg0)
public int
applyAsInt(int arg0)
applyAsInt(int arg0)
applyAsInt(int arg0)
applyAsInt(int arg0)