public class GelEntity extends java.lang.Object implements IGelEntity
Constructor and Description |
---|
GelEntity() |
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 prevPortal) |
@Nullable public GelPortalBlock getPortal()
IGelEntity
getPortal
in interface IGelEntity
GelPortalBlock
public void setPortal(GelPortalBlock portal)
setPortal
in interface IGelEntity
IGelEntity.getPortal()
@Nullable public GelPortalBlock getPortalVisual()
IGelEntity
getPortalVisual
in interface IGelEntity
GelPortalBlock
public void setPortalVisual(GelPortalBlock prevPortal)
setPortalVisual
in interface IGelEntity
IGelEntity.getPortalVisual()
@Nullable public GelPortalBlock getPortalAudio()
IGelEntity
getPortalAudio
in interface IGelEntity
GelPortalBlock
public void setPortalAudio(GelPortalBlock portalAudio)
setPortalAudio
in interface IGelEntity
IGelEntity.getPortalAudio()