public interface IGelEntity
Modifier and Type | Method and Description |
---|---|
GelPortalBlock |
getPortal()
The portal that the entity last stepped into.
|
GelPortalBlock |
getPortalAudio()
The portal that the entity last stepped into.
|
GelPortalBlock |
getPortalVisual()
The portal that the entity last stepped into.
|
void |
setPortal(GelPortalBlock portal) |
void |
setPortalAudio(GelPortalBlock portalAudio) |
void |
setPortalVisual(GelPortalBlock portal) |
@Nullable GelPortalBlock getPortal()
GelPortalBlock
void setPortal(GelPortalBlock portal)
portal
- getPortal()
@Nullable GelPortalBlock getPortalVisual()
GelPortalBlock
void setPortalVisual(GelPortalBlock portal)
portal
- getPortalVisual()
@Nullable GelPortalBlock getPortalAudio()
GelPortalBlock
void setPortalAudio(GelPortalBlock portalAudio)
portalAudio
- getPortalAudio()