public class GlueInstance extends com.jozufozu.flywheel.backend.instancing.entity.EntityInstance<SuperGlueEntity> implements com.jozufozu.flywheel.backend.instancing.ITickableInstance
| Modifier and Type | Class and Description |
|---|---|
static class |
GlueInstance.GlueModel |
| Modifier and Type | Field and Description |
|---|---|
protected com.jozufozu.flywheel.core.instancing.ConditionalInstance<com.jozufozu.flywheel.core.materials.OrientedData> |
model |
| Constructor and Description |
|---|
GlueInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager,
SuperGlueEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
void |
tick() |
void |
updateLight() |
getInstancePosition, getOrientedMaterial, getTransformMaterial, getWorldPosition, relight, relight, relight, relight, shouldReset, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected com.jozufozu.flywheel.core.instancing.ConditionalInstance<com.jozufozu.flywheel.core.materials.OrientedData> model
public GlueInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager,
SuperGlueEntity entity)
public void tick()
tick in interface com.jozufozu.flywheel.backend.instancing.ITickableInstancepublic void remove()
remove in interface com.jozufozu.flywheel.backend.instancing.IInstanceremove in class com.jozufozu.flywheel.backend.instancing.entity.EntityInstance<SuperGlueEntity>public void updateLight()
updateLight in interface com.jozufozu.flywheel.backend.instancing.IInstanceupdateLight in class com.jozufozu.flywheel.backend.instancing.entity.EntityInstance<SuperGlueEntity>