Uses of Interface
baritone.api.schematic.mask.StaticMask
Packages that use StaticMask
Package
Description
-
Uses of StaticMask in baritone.api.schematic.mask
Methods in baritone.api.schematic.mask that return StaticMaskModifier and TypeMethodDescriptiondefault StaticMaskStaticMask.compute()Returns a pre-computed mask usingthisfunction, with the specified size parameters.default StaticMaskStaticMask.intersection(StaticMask other) default StaticMaskStaticMask.not()default StaticMaskStaticMask.union(StaticMask other) default StaticMaskStaticMask.xor(StaticMask other) Methods in baritone.api.schematic.mask with parameters of type StaticMaskModifier and TypeMethodDescriptiondefault StaticMaskStaticMask.intersection(StaticMask other) default StaticMaskStaticMask.union(StaticMask other) default StaticMaskStaticMask.xor(StaticMask other) -
Uses of StaticMask in baritone.api.schematic.mask.operator
Classes in baritone.api.schematic.mask.operator that implement StaticMaskModifier and TypeClassDescriptionstatic final classstatic final classConstructors in baritone.api.schematic.mask.operator with parameters of type StaticMaskModifierConstructorDescriptionStatic(StaticMask a, StaticMask b, BooleanBinaryOperator operator) Static(StaticMask source) -
Uses of StaticMask in baritone.api.schematic.mask.shape
Classes in baritone.api.schematic.mask.shape that implement StaticMask