Class CloseWorldWhenBreakingDeviceSystems.ComponentRemoved
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.RefChangeSystem<ChunkStore,PortalDevice>
com.hypixel.hytale.builtin.portals.systems.CloseWorldWhenBreakingDeviceSystems.ComponentRemoved
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
CloseWorldWhenBreakingDeviceSystems
public static class CloseWorldWhenBreakingDeviceSystems.ComponentRemoved
extends RefChangeSystem<ChunkStore,PortalDevice>
-
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, PortalDevice component, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) voidonComponentRemoved(Ref<ChunkStore> ref, PortalDevice component, Store<ChunkStore> store, CommandBuffer<ChunkStore> commandBuffer) voidonComponentSet(Ref<ChunkStore> ref, PortalDevice oldComponent, PortalDevice 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
-
ComponentRemoved
public ComponentRemoved()
-
-
Method Details
-
componentType
- Specified by:
componentTypein classRefChangeSystem<ChunkStore,PortalDevice>
-
onComponentAdded
public void onComponentAdded(@NonNullDecl Ref<ChunkStore> ref, @NonNullDecl PortalDevice component, @NonNullDecl Store<ChunkStore> store, @NonNullDecl CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentAddedin classRefChangeSystem<ChunkStore,PortalDevice>
-
onComponentSet
public void onComponentSet(@NonNullDecl Ref<ChunkStore> ref, @NullableDecl PortalDevice oldComponent, @NonNullDecl PortalDevice newComponent, @NonNullDecl Store<ChunkStore> store, @NonNullDecl CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentSetin classRefChangeSystem<ChunkStore,PortalDevice>
-
onComponentRemoved
public void onComponentRemoved(@NonNullDecl Ref<ChunkStore> ref, @NonNullDecl PortalDevice component, @NonNullDecl Store<ChunkStore> store, @NonNullDecl CommandBuffer<ChunkStore> commandBuffer) - Specified by:
onComponentRemovedin classRefChangeSystem<ChunkStore,PortalDevice>
-
getQuery
-