Package com.hypixel.hytale.component
Class ReadWriteQuery<ECS_TYPE>
java.lang.Object
com.hypixel.hytale.component.ReadWriteQuery<ECS_TYPE>
- All Implemented Interfaces:
Query<ECS_TYPE>,ReadWriteArchetypeQuery<ECS_TYPE>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.query.ReadWriteArchetypeQuery
requiresComponentType, test, validate, validateRegistry
-
Field Details
-
read
-
write
-
-
Constructor Details
-
ReadWriteQuery
-
-
Method Details
-
getReadArchetype
- Specified by:
getReadArchetypein interfaceReadWriteArchetypeQuery<ECS_TYPE>
-
getWriteArchetype
- Specified by:
getWriteArchetypein interfaceReadWriteArchetypeQuery<ECS_TYPE>
-