RefChangeSystem
Package: com.hypixel.hytale.component.system
Type: abstract class
Extends: System implements QuerySystem
Methods
| Method | Returns |
|---|---|
componentType() | abstract ComponentType |
onComponentAdded(@Nonnull Ref var1, @Nonnull Component var2, @Nonnull Store var3, @Nonnull CommandBuffer var4) | abstract void |
onComponentSet(@Nonnull Ref var1, @Nullable Component var2, @Nonnull Component var3, @Nonnull Store var4, @Nonnull CommandBuffer var5) | abstract void |
onComponentRemoved(@Nonnull Ref var1, @Nonnull Component var2, @Nonnull Store var3, @Nonnull CommandBuffer var4) | abstract void |