Package org.spongepowered.api.data.type
Interface Tilt
- All Superinterfaces:
Comparable<Tilt>,DefaultedRegistryValue
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns Whether a block entering this tilt state will trigger any vibration-based blocks.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
triggersVibrations
boolean triggersVibrations()Returns Whether a block entering this tilt state will trigger any vibration-based blocks..- Returns:
- Whether a block entering this tilt state will trigger any vibration-based blocks
-