Uses of Interface
net.minecraft.core.Directional
Packages that use Directional
-
Uses of Directional in net.minecraft.core
Classes in net.minecraft.core that implement DirectionalModifier and TypeClassDescriptionfinal recordstatic enumenum -
Uses of Directional in net.minecraft.world.level.levelgen.blockpredicates
Methods in net.minecraft.world.level.levelgen.blockpredicates with parameters of type DirectionalModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.hasSturdyFace(Directional offset, Direction direction) static BlockPredicateBlockPredicate.matchesBlocks(Directional directional, Block... blocks) static BlockPredicateBlockPredicate.matchesFluids(Directional directional, Fluid... fluids) static BlockPredicateBlockPredicate.matchesTag(Directional directional, TagKey<Block> tag) static BlockPredicateBlockPredicate.solid(Directional directional)