public interface Guardian extends Aquatic, Monster
Modifier and Type | Method and Description |
---|---|
Optional<Living> |
getBeamTarget()
Gets the target of the guardian's beam or
Optional.empty() otherwise. |
void |
setBeamTarget(Living entity)
Sets the target of the guardian's beam.
|
Optional<Living> getBeamTarget()
Optional.empty()
otherwise.void setBeamTarget(Living entity)
entity
- The entity or null to clear it