#include <FluidSimulator.h>
|
bool | IsAllowedBlock (BLOCKTYPE a_BlockType) |
|
virtual void | AddBlock (cChunk &a_Chunk, Vector3i a_Position, BLOCKTYPE a_Block)=0 |
| Called to simulate a new block. More...
|
|
virtual void | Simulate (float a_Dt) |
|
virtual void | SimulateChunk (std::chrono::milliseconds a_Dt, int a_ChunkX, int a_ChunkZ, cChunk *a_Chunk)=0 |
|
virtual void | WakeUp (cChunk &a_Chunk, Vector3i a_Position, BLOCKTYPE a_Block) |
| Called to simulate a single new block, typically as a result of a single block break or change. More...
|
|
virtual void | WakeUp (cChunk &a_Chunk, Vector3i a_Position, Vector3i a_Offset, BLOCKTYPE a_Block) |
| Called to simulate a single block, synthesised by the simulator manager. More...
|
|
Definition at line 37 of file FluidSimulator.h.
◆ Super
◆ cFluidSimulator()
◆ CanWashAway()
bool cFluidSimulator::CanWashAway |
( |
BLOCKTYPE |
a_BlockType | ) |
|
|
static |
◆ CreateChunkData()
◆ GetFlowingDirection()
Returns a unit vector in the direction the fluid is flowing or a zero-vector if not flowing.
Definition at line 133 of file FluidSimulator.cpp.
◆ IsAllowedBlock()
bool cFluidSimulator::IsAllowedBlock |
( |
BLOCKTYPE |
a_BlockType | ) |
|
|
protected |
◆ IsAnyFluidBlock()
bool cFluidSimulator::IsAnyFluidBlock |
( |
BLOCKTYPE |
a_BlockType | ) |
const |
|
inline |
◆ IsFluidBlock()
bool cFluidSimulator::IsFluidBlock |
( |
BLOCKTYPE |
a_BlockType | ) |
const |
|
inline |
◆ IsHigherMeta()
Returns true if a_Meta1 is a higher fluid than a_Meta2.
Takes source blocks into account.
Definition at line 101 of file FluidSimulator.cpp.
◆ IsPassableForFluid()
bool cFluidSimulator::IsPassableForFluid |
( |
BLOCKTYPE |
a_BlockType | ) |
|
◆ IsSolidBlock()
bool cFluidSimulator::IsSolidBlock |
( |
BLOCKTYPE |
a_BlockType | ) |
|
◆ IsStationaryFluidBlock()
bool cFluidSimulator::IsStationaryFluidBlock |
( |
BLOCKTYPE |
a_BlockType | ) |
const |
|
inline |
◆ m_FluidBlock
◆ m_StationaryFluidBlock
BLOCKTYPE cFluidSimulator::m_StationaryFluidBlock |
|
protected |
The documentation for this class was generated from the following files: