public abstract class ActorInstance
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MovementContext |
context |
protected com.jozufozu.flywheel.backend.material.MaterialManager<?> |
materialManager |
protected PlacementSimulationWorld |
simulationWorld |
| Constructor and Description |
|---|
ActorInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager,
PlacementSimulationWorld world,
MovementContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginFrame() |
protected int |
localBlockLight() |
void |
tick() |
protected final com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager
protected final PlacementSimulationWorld simulationWorld
protected final MovementContext context
public ActorInstance(com.jozufozu.flywheel.backend.material.MaterialManager<?> materialManager,
PlacementSimulationWorld world,
MovementContext context)