public class EntityUtils
Class EntityUtils. Provides entityutils functionality for the Hytale server.
java.lang.Object > EntityUtils
Field Summary
holder
final
Holder
holder
Field holder.
archetype
final
Archetype
archetype
Field archetype.
componentType
final
ComponentType
componentType
Field componentType.
component
final
Component
component
Field component.
physicsValuesComponent
final
PhysicsValues
physicsValuesComponent
Field physicsValuesComponent.
modelComponent
final
ModelComponent
modelComponent
Field modelComponent.
model
final
Model
model
Field model.
Method Detail
getEntity
static
Entity
getEntity
(@Nullable final Ref ref, @Nonnull final ComponentAccessor componentAccessor)
Method getEntity.
- Parameters:
@Nullable final Refref@Nonnull final ComponentAccessorcomponentAccessor
getPhysicsValues
static
PhysicsValues
getPhysicsValues
(@Nonnull final Ref ref, @Nonnull final ComponentAccessor componentAccessor)
Method getPhysicsValues.
- Parameters:
@Nonnull final Refref@Nonnull final ComponentAccessorcomponentAccessor