net.minecraft.world.attribute

public enum BooleanModifier

implements EnvironmentAttributeModifier<Boolean, Boolean>

net.minecraft.world.attribute.modifier.BooleanModifier
net.minecraft.class_12215
net.minecraft.world.attribute.BooleanModifier

Enum constant summary

Enum Constant
AND
field_63788
AND
NAND
field_63789
NAND
OR
field_63790
OR
NOR
field_63791
NOR
XOR
field_63792
XOR
XNOR
field_63793
XNOR

Field summary

Modifier and TypeField
private static final BooleanModifier[]
$VALUES
field_63794
field_63794

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public Boolean
apply(Boolean subject, Boolean argument)
method_75715(Boolean arg0, Boolean arg1)
method_1_278(Boolean arg0, Boolean arg1)
public com.mojang.serialization.Codec<Boolean>
argumentCodec(EnvironmentAttribute<Boolean> type)
method_1_279(class_12197<Boolean> arg0)
method_1_279(EnvironmentAttribute<Boolean> arg0)
public Interpolator<Boolean>
argumentKeyframeLerp(EnvironmentAttribute<Boolean> type)
method_1_280(class_12197<Boolean> arg0)
method_1_280(EnvironmentAttribute<Boolean> arg0)
public Object
apply(Object subject, Object argument)
method_1_278(Object arg0, Object arg1)
method_1_278(Object arg0, Object arg1)
private static BooleanModifier[]
$values()
method_75716()
method_75716()