Interface IKineticBlockEntityDuck
- All Known Implementing Classes:
KineticBlockEntityMixin
public interface IKineticBlockEntityDuck
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.simibubi.create.content.kinetics.base.KineticBlockEntitygetSource(com.simibubi.create.content.kinetics.base.KineticBlockEntity thisKBE) booleanvoidsetSourceIndex(Integer sourceIndex)
-
Method Details
-
getSource
@Nullable static com.simibubi.create.content.kinetics.base.KineticBlockEntity getSource(com.simibubi.create.content.kinetics.base.KineticBlockEntity thisKBE) -
getSourceIndex
-
setSourceIndex
-
isSourceOverridable
boolean isSourceOverridable()- Returns:
trueif the speed of this KBE can be overridden, even ifthere is a source. Behaviour is only defined in the case there is a source.
-