Class RefSystem<ECS_TYPE>
java.lang.Object
com.hypixel.hytale.component.system.System<ECS_TYPE>
com.hypixel.hytale.component.system.RefSystem<ECS_TYPE>
- All Implemented Interfaces:
ISystem<ECS_TYPE>,QuerySystem<ECS_TYPE>
- Direct Known Subclasses:
AmbientEmitterSystems.EntityRefAdded,BlockMapMarker.OnAddRemove,BlockModule.BlockStateInfoRefSystem,BlockSpawnerPlugin.BlockSpawnerSystem,BlockStateModule.ItemContainerStateRefSystem,BlockStateModule.LegacyBlockStateRefSystem,BlockTypeModule.FixFillerBlocksSystem,ChunkSpawningSystems.ChunkRefAdded,ChunkSuppressionSystems.ChunkAdded,ChunkSystems.OnChunkLoad,CloseWorldWhenBreakingDeviceSystems.EntityRemoved,ConfigurableInstanceBlock.OnRemove,CraftingPlugin.PlayerAddedSystem,CurseItemDropsSystem,DeathSystems.SpawnedDeathAnimation,DeleteCursedItemsOnSpawnSystem,DeployablesSystem.DeployableRegisterer,EntityModule.LegacyEntityRefSystem,EntityStore.NetworkIdSystem,EntityStore.UUIDSystem,EntitySystems.ClearMarker,EntitySystems.UnloadEntityFromChunk,FailedSpawnSystem,FarmingSystems.CoopResidentEntitySystem,FarmingSystems.OnCoopAdded,FarmingSystems.OnFarmBlockAdded,FarmingSystems.OnSoilAdded,FlockMembershipSystems.EntityRef,FlockSystems.EntityRemoved,InstanceBlock.OnRemove,InteractionSystems.CleanUpSystem,KnockbackPredictionSystems.ClearOnRemove,LegacyProjectileSystems.OnAddRefSystem,LocalSpawnBeaconSystem,LocalSpawnSetupSystem,MemoriesPlugin.PlayerAddedSystem,MergeWaitingBlocksSystem,MountSystems.RemoveBlockSeat,MountSystems.RemoveMounted,MountSystems.RemoveMountedBy,MovementStatesSystems.PlayerInitSystem,NPCMountSystems.OnAdd,NPCSystems.AddedFromExternalSystem,NPCSystems.AddedSystem,NPCSystems.AddSpawnEntityEffectSystem,ObjectiveLocationMarkerSystems.InitSystem,ObjectivePlayerSetupSystem,ParkourCheckpointSystems.Init,PlayerHudManagerSystems.InitializeSystem,PlayerMovementManagerSystems.PostAssignmentSystem,PlayerRefAddedSystem,PlayerSystems.NameplateRefSystem,PlayerSystems.PlayerAddedSystem,PlayerSystems.PlayerSpawnedSystem,PortalInvalidDestinationSystem,PortalTrackerSystems.TrackerSystem,ReachLocationMarkerSystems.EntityAdded,RespawnBlock.OnRemove,SpawnBeaconSystems.EntityAdded,SpawnBeaconSystems.LegacyEntityAdded,SpawnMarkerBlockStateSystems.AddOrRemove,SpawnMarkerBlockStateSystems.SpawnMarkerAddedFromExternal,SpawnMarkerSuppressionSystem,SpawnMarkerSystems.CacheMarker,SpawnMarkerSystems.EntityAdded,SpawnMarkerSystems.EntityAddedFromExternal,SpawnReferenceSystems.BeaconAddRemoveSystem,SpawnReferenceSystems.MarkerAddRemoveSystem,SpawnSuppressionSystems.Suppressor,StashPlugin.StashSystem,TeleporterPlugin.TeleporterOwnedWarpRefSystem,TrackedPlacement.OnAddRemove,UpdateLocationSystems.SpawnSystem,VoidEventRefSystem,VoidSpawnerSystems.Instantiate,WorldSpawnTrackingSystem
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidonEntityAdded(Ref<ECS_TYPE> var1, AddReason var2, Store<ECS_TYPE> var3, CommandBuffer<ECS_TYPE> var4) abstract voidonEntityRemove(Ref<ECS_TYPE> var1, RemoveReason var2, Store<ECS_TYPE> var3, CommandBuffer<ECS_TYPE> var4) 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
getQuery, test
-
Constructor Details
-
RefSystem
public RefSystem()
-
-
Method Details
-
onEntityAdded
-
onEntityRemove
public abstract void onEntityRemove(@Nonnull Ref<ECS_TYPE> var1, @Nonnull RemoveReason var2, @Nonnull Store<ECS_TYPE> var3, @Nonnull CommandBuffer<ECS_TYPE> var4)
-