public abstract class BlockFluidBase extends Block implements IFluidBlock
Block.EnumOffsetType, Block.SoundType
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<Block,java.lang.Boolean> |
defaultDisplacements |
protected int |
density |
protected int |
densityDir |
protected java.util.Map<Block,java.lang.Boolean> |
displacements |
protected java.lang.String |
fluidName |
static PropertyInteger |
LEVEL |
protected int |
maxScaledLight |
protected int |
quantaPerBlock |
protected float |
quantaPerBlockFloat |
protected EnumWorldBlockLayer |
renderLayer |
protected int |
temperature |
protected int |
tickRate |
BLOCK_STATE_IDS, blockHardness, blockMaterial, blockParticleGravity, blockRegistry, blockResistance, blockState, capturedDrops, captureDrops, delegate, enableStats, fullBlock, harvesters, isBlockContainer, lightOpacity, lightValue, maxX, maxY, maxZ, minX, minY, minZ, needsRandomTick, RANDOM, SLIME_SOUND, slipperiness, soundTypeAnvil, soundTypeCloth, soundTypeGlass, soundTypeGrass, soundTypeGravel, soundTypeLadder, soundTypeMetal, soundTypePiston, soundTypeSand, soundTypeSnow, soundTypeStone, soundTypeWood, stepSound, translucent, useNeighborBrightness
Constructor and Description |
---|
BlockFluidBase(Fluid fluid,
Material material) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canCollideCheck(IBlockState state,
boolean fullHit) |
boolean |
canDisplace(IBlockAccess world,
BlockPos pos)
Returns true if the block at (pos) is displaceable.
|
protected BlockState |
createBlockState() |
boolean |
displaceIfPossible(World world,
BlockPos pos)
Attempt to displace the block at (pos), return true if it was displaced.
|
EnumWorldBlockLayer |
getBlockLayer() |
AxisAlignedBB |
getCollisionBoundingBox(World world,
BlockPos pos,
IBlockState state) |
static int |
getDensity(IBlockAccess world,
BlockPos pos) |
float |
getFilledPercentage(World world,
BlockPos pos)
Returns the amount of a single block is filled.
|
static double |
getFlowDirection(IBlockAccess world,
BlockPos pos) |
Vec3 |
getFlowVector(IBlockAccess world,
BlockPos pos) |
Fluid |
getFluid()
Returns the Fluid associated with this Block.
|
Item |
getItemDropped(IBlockState state,
java.util.Random rand,
int fortune) |
int |
getLightValue(IBlockAccess world,
BlockPos pos)
Get a light value for the block at the specified coordinates, normal ranges are between 0 and 15
|
abstract int |
getMaxRenderHeightMeta() |
int |
getMetaFromState(IBlockState state) |
int |
getMixedBrightnessForBlock(IBlockAccess world,
BlockPos pos) |
float |
getQuantaPercentage(IBlockAccess world,
BlockPos pos) |
abstract int |
getQuantaValue(IBlockAccess world,
BlockPos pos) |
int |
getQuantaValueAbove(IBlockAccess world,
BlockPos pos,
int aboveThis) |
int |
getQuantaValueBelow(IBlockAccess world,
BlockPos pos,
int belowThis) |
int |
getRenderType() |
static int |
getTemperature(IBlockAccess world,
BlockPos pos) |
boolean |
isFullCube() |
boolean |
isOpaqueCube() |
boolean |
isPassable(IBlockAccess world,
BlockPos pos) |
Vec3 |
modifyAcceleration(World world,
BlockPos pos,
Entity entity,
Vec3 vec) |
void |
onBlockAdded(World world,
BlockPos pos,
IBlockState state) |
void |
onNeighborBlockChange(World world,
BlockPos pos,
IBlockState state,
Block neighborBlock) |
int |
quantityDropped(java.util.Random par1Random) |
boolean |
requiresUpdates() |
BlockFluidBase |
setDensity(int density) |
BlockFluidBase |
setMaxScaledLight(int maxScaledLight) |
BlockFluidBase |
setQuantaPerBlock(int quantaPerBlock) |
BlockFluidBase |
setRenderLayer(EnumWorldBlockLayer renderLayer) |
BlockFluidBase |
setTemperature(int temperature) |
BlockFluidBase |
setTickRate(int tickRate) |
boolean |
shouldSideBeRendered(IBlockAccess world,
BlockPos pos,
EnumFacing side) |
int |
tickRate(World world) |
addCollisionBoxesToList, addDestroyEffects, addHitEffects, beginLeavesDecay, breakBlock, canBeReplacedByLeaves, canConnectRedstone, canCreatureSpawn, canDropFromExplosion, canEntityDestroy, canHarvestBlock, canPlaceBlockAt, canPlaceBlockOnSide, canPlaceTorchOnTop, canProvidePower, canRenderInLayer, canReplace, canSilkHarvest, canSilkHarvest, canSustainLeaves, canSustainPlant, captureDrops, collisionRayTrace, colorMultiplier, colorMultiplier, createStackedBlock, createTileEntity, damageDropped, disableStats, dropBlockAsItem, dropBlockAsItemWithChance, dropXpOnBlockBreak, fillWithRain, getActualState, getAmbientOcclusionLightValue, getBedDirection, getBedSpawnPosition, getBlockBoundsMaxX, getBlockBoundsMaxY, getBlockBoundsMaxZ, getBlockBoundsMinX, getBlockBoundsMinY, getBlockBoundsMinZ, getBlockById, getBlockColor, getBlockFromItem, getBlockFromName, getBlockHardness, getBlockState, getComparatorInputOverride, getCreativeTabToDisplayOn, getDamageValue, getDefaultState, getDrops, getEnableStats, getEnchantPowerBonus, getExpDrop, getExplosionResistance, getExplosionResistance, getExtendedState, getFireSpreadSpeed, getFlammability, getHarvestLevel, getHarvestTool, getIdFromBlock, getItem, getLightOpacity, getLightOpacity, getLightValue, getLocalizedName, getMapColor, getMaterial, getMobilityFlag, getOffsetType, getPickBlock, getPlayerRelativeBlockHardness, getRenderColor, getSelectedBoundingBox, getStateById, getStateForEntityRender, getStateFromMeta, getStateId, getSubBlocks, getTickRandomly, getUnlocalizedName, getUseNeighborBrightness, getValidRotations, getWeakChanges, harvestBlock, hasComparatorInputOverride, hasTileEntity, hasTileEntity, isAir, isAssociatedBlock, isBeaconBase, isBed, isBedFoot, isBlockSolid, isBurning, isCollidable, isEqualTo, isFertile, isFireSource, isFlammable, isFlowerPot, isFoliage, isFullBlock, isLadder, isLeaves, isNormalCube, isNormalCube, isProvidingStrongPower, isProvidingWeakPower, isReplaceable, isReplaceableOreGen, isSideSolid, isSolidFullCube, isToolEffective, isTranslucent, isVisuallyOpaque, isWood, onBlockActivated, onBlockClicked, onBlockDestroyedByExplosion, onBlockDestroyedByPlayer, onBlockEventReceived, onBlockExploded, onBlockHarvested, onBlockPlaced, onBlockPlacedBy, onEntityCollidedWithBlock, onEntityCollidedWithBlock, onFallenUpon, onLanded, onNeighborChange, onPlantGrow, quantityDropped, quantityDroppedWithBonus, randomDisplayTick, randomTick, recolorBlock, registerBlocks, removedByPlayer, rotateBlock, setBedOccupied, setBlockBounds, setBlockBoundsBasedOnState, setBlockBoundsForItemRender, setBlockUnbreakable, setCreativeTab, setDefaultState, setHardness, setHarvestLevel, setHarvestLevel, setLightLevel, setLightOpacity, setResistance, setStepSound, setTickRandomly, setUnlocalizedName, shouldCheckWeakPower, spawnAsEntity, updateTick
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canDrain, drain
protected static final java.util.Map<Block,java.lang.Boolean> defaultDisplacements
protected java.util.Map<Block,java.lang.Boolean> displacements
public static final PropertyInteger LEVEL
protected int quantaPerBlock
protected float quantaPerBlockFloat
protected int density
protected int densityDir
protected int temperature
protected int tickRate
protected EnumWorldBlockLayer renderLayer
protected int maxScaledLight
protected final java.lang.String fluidName
protected BlockState createBlockState()
createBlockState
in class Block
public int getMetaFromState(IBlockState state)
getMetaFromState
in class Block
public BlockFluidBase setQuantaPerBlock(int quantaPerBlock)
public BlockFluidBase setDensity(int density)
public BlockFluidBase setTemperature(int temperature)
public BlockFluidBase setTickRate(int tickRate)
public BlockFluidBase setRenderLayer(EnumWorldBlockLayer renderLayer)
public BlockFluidBase setMaxScaledLight(int maxScaledLight)
public boolean canDisplace(IBlockAccess world, BlockPos pos)
public boolean displaceIfPossible(World world, BlockPos pos)
public abstract int getQuantaValue(IBlockAccess world, BlockPos pos)
public abstract boolean canCollideCheck(IBlockState state, boolean fullHit)
canCollideCheck
in class Block
public abstract int getMaxRenderHeightMeta()
public void onBlockAdded(World world, BlockPos pos, IBlockState state)
onBlockAdded
in class Block
public void onNeighborBlockChange(World world, BlockPos pos, IBlockState state, Block neighborBlock)
onNeighborBlockChange
in class Block
public boolean requiresUpdates()
requiresUpdates
in class Block
public boolean isPassable(IBlockAccess world, BlockPos pos)
isPassable
in class Block
public AxisAlignedBB getCollisionBoundingBox(World world, BlockPos pos, IBlockState state)
getCollisionBoundingBox
in class Block
public Item getItemDropped(IBlockState state, java.util.Random rand, int fortune)
getItemDropped
in class Block
public int quantityDropped(java.util.Random par1Random)
quantityDropped
in class Block
public Vec3 modifyAcceleration(World world, BlockPos pos, Entity entity, Vec3 vec)
modifyAcceleration
in class Block
public int getLightValue(IBlockAccess world, BlockPos pos)
Block
getLightValue
in class Block
world
- The current worldpos
- Block position in worldpublic int getRenderType()
getRenderType
in class Block
public boolean isOpaqueCube()
isOpaqueCube
in class Block
public boolean isFullCube()
isFullCube
in class Block
public int getMixedBrightnessForBlock(IBlockAccess world, BlockPos pos)
getMixedBrightnessForBlock
in class Block
public EnumWorldBlockLayer getBlockLayer()
getBlockLayer
in class Block
public boolean shouldSideBeRendered(IBlockAccess world, BlockPos pos, EnumFacing side)
shouldSideBeRendered
in class Block
public static final int getDensity(IBlockAccess world, BlockPos pos)
public static final int getTemperature(IBlockAccess world, BlockPos pos)
public static double getFlowDirection(IBlockAccess world, BlockPos pos)
public final int getQuantaValueBelow(IBlockAccess world, BlockPos pos, int belowThis)
public final int getQuantaValueAbove(IBlockAccess world, BlockPos pos, int aboveThis)
public final float getQuantaPercentage(IBlockAccess world, BlockPos pos)
public Vec3 getFlowVector(IBlockAccess world, BlockPos pos)
public Fluid getFluid()
IFluidBlock
getFluid
in interface IFluidBlock
public float getFilledPercentage(World world, BlockPos pos)
IFluidBlock
getFilledPercentage
in interface IFluidBlock