Interface IForgeBoat
public interface IForgeBoat
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
canBoatInFluid
(FluidState state) Returns whether the boat can be used on the fluid.default boolean
canBoatInFluid
(FluidType type) Returns whether the boat can be used on the fluid.private Boat
self()
-
Method Details
-
self
-
canBoatInFluid
Returns whether the boat can be used on the fluid.- Parameters:
state
- the state of the fluid- Returns:
true
if the boat can be used,false
otherwise
-
canBoatInFluid
Returns whether the boat can be used on the fluid.- Parameters:
type
- the type of the fluid- Returns:
true
if the boat can be used,false
otherwise
-