Package org.spongepowered.api.scoreboard
Interface CollisionRule
-
- All Superinterfaces:
ComponentLike
,DefaultedRegistryValue
@CatalogedBy(CollisionRules.class) public interface CollisionRule extends DefaultedRegistryValue, ComponentLike
Represents a collision rule.A collision rule controls how
TeamMember
s on aTeam
collide with other entities.
-
-
Method Summary
-
Methods inherited from interface net.kyori.adventure.text.ComponentLike
asComponent
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-