Class Mapping
-
- All Implemented Interfaces:
public abstract class Mapping
Glom
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
Modifier and Type Method Description final Attribute
getAttribute()
final Unit
setAttribute(Attribute attribute)
abstract CompiledData
mapping(Status<?> status, LivingEntity entity)
-
-
Method Detail
-
getAttribute
final Attribute getAttribute()
-
setAttribute
final Unit setAttribute(Attribute attribute)
-
mapping
abstract CompiledData mapping(Status<?> status, LivingEntity entity)
-
-
-
-