Class TeleporterPlugin.TeleporterOwnedWarpRefChangeSystem
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.RefChangeSystem<ChunkStore,Teleporter>
com.hypixel.hytale.builtin.adventure.teleporter.TeleporterPlugin.TeleporterOwnedWarpRefChangeSystem
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
TeleporterPlugin
private static class TeleporterPlugin.TeleporterOwnedWarpRefChangeSystem
extends RefChangeSystem<ChunkStore,Teleporter>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidonComponentAdded(Ref<ChunkStore> ref, Teleporter component, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) voidonComponentRemoved(Ref<ChunkStore> ref, Teleporter component, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) voidonComponentSet(Ref<ChunkStore> ref, Teleporter oldComponent, Teleporter newComponent, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) Methods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Constructor Details
-
TeleporterOwnedWarpRefChangeSystem
private TeleporterOwnedWarpRefChangeSystem()
-
-
Method Details
-
componentType
- Specified by:
componentTypein classRefChangeSystem<ChunkStore,Teleporter>
-
onComponentAdded
public void onComponentAdded(@Nonnull Ref<ChunkStore> ref, @Nonnull Teleporter component, @Nonnull Store<ChunkStore> store, @Nonnull CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentAddedin classRefChangeSystem<ChunkStore,Teleporter>
-
onComponentSet
public void onComponentSet(@Nonnull Ref<ChunkStore> ref, @Nullable Teleporter oldComponent, @Nonnull Teleporter newComponent, @Nonnull Store<ChunkStore> store, @Nonnull CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentSetin classRefChangeSystem<ChunkStore,Teleporter>
-
onComponentRemoved
public void onComponentRemoved(@Nonnull Ref<ChunkStore> ref, @Nonnull Teleporter component, @Nonnull Store<ChunkStore> store, @Nonnull CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentRemovedin classRefChangeSystem<ChunkStore,Teleporter>
-
getQuery
-