Interface IBehaviorable
- All Known Implementing Classes:
BehaviorableFluid
,BehaviorableLiquidBlock
,FlowingGas
,FlowingGas.Flowing
,FlowingGas.Source
,GasBlock
public interface IBehaviorable
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends IFluidBehavior>
List<T>getBehavior
(Class<T> behavior)
-
Method Details
-
getBehaviors
List<IFluidBehavior> getBehaviors() -
getBehavior
-