Package net.minecraft.block
Interface ShapeContext
- All Known Implementing Classes:
EntityShapeContext
public interface ShapeContext
-
Method Summary
Modifier and Type Method Description static ShapeContext
absent()
boolean
isAbove(VoxelShape shape, BlockPos pos, boolean defaultValue)
boolean
isDescending()
boolean
isHolding(Item item)
boolean
method_27866(FluidState state, FlowableFluid fluid)
static ShapeContext
of(Entity entity)
-
Method Details
-
absent
-
of
-
isDescending
boolean isDescending() -
isAbove
-
isHolding
-
method_27866
-