Interface SolidPredicate
- All Superinterfaces:
BlockPredicate, Wrapper
Checks if the block at the specified offset is solid.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SolidPredicate.Builderbuilder()Deprecated.Deprecated in Minecraft.static SolidPredicateof()Deprecated.Deprecated in Minecraft.static SolidPredicateof(BlockVector offset) Deprecated.Deprecated in Minecraft.offset()The offset from the block to check.default SolidPredicate.BuilderConverts this object back to a builder.Methods inherited from interface BlockPredicate
notMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
offset
The offset from the block to check.- Returns:
- the offset
- Since:
- 3.0.0
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
Deprecated.Deprecated in Minecraft.Creates a new solid predicate.- Parameters:
offset- the offset- Returns:
- the solid predicate
- Since:
- 3.0.0
-
of
Deprecated.Deprecated in Minecraft.Creates a new solid predicate with a zero offset.- Returns:
- the solid predicate
- Since:
- 3.0.0
-
builder
Deprecated.Deprecated in Minecraft.Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-