Package net.minecraft.block
Class StillLiquidBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.LiquidBlock
net.minecraft.block.StillLiquidBlock
- Mappings:
Namespace Name intermediary net/minecraft/class_315glue class_335server isclient nxnamed net/minecraft/block/StillLiquidBlock
-
Field Summary
Fields inherited from class net.minecraft.block.Block
BED, BEDROCK, BLOCKS, BLOCKS_ALLOW_VISION, BLOCKS_IGNORE_META_UPDATE, BLOCKS_LIGHT_LUMINANCE, BLOCKS_LIGHT_OPACITY, BLOCKS_OPAQUE, BLOCKS_RANDOM_TICK, BLOCKS_WITH_ENTITY, BOOKSHELF, BRICKS, BROWN_MUSHROOM, BUTTON, CACTUS, CAKE, CHEST, CLAY, COAL_ORE, COBBLESTONE, COBBLESTONE_STAIRS, COBWEB, constructed, CRAFTING_TABLE, DANDELION, DEAD_BUSH, DEFAULT_SOUND_GROUP, DETECTOR_RAIL, DIAMOND_BLOCK, DIAMOND_ORE, DIRT, DIRT_SOUND_GROUP, DISPENSER, DOOR, DOUBLE_SLAB, FARMLAND, FENCE, FIRE, FLOWING_LAVA, FLOWING_WATER, FURNACE, GLASS, GLASS_SOUND_GROUP, GLOWSTONE, GOLD_BLOCK, GOLD_ORE, GRASS, GRASS_BLOCK, GRAVEL, GRAVEL_SOUND_GROUP, hardness, ICE, id, IRON_BLOCK, IRON_DOOR, IRON_ORE, JACK_O_LANTERN, JUKEBOX, LADDER, LAPIS_BLOCK, LAPIS_ORE, LAVA, LEAVES, LEVER, LIT_FURNACE, LIT_REDSTONE_ORE, LIT_REDSTONE_TORCH, LOCKED_CHEST, LOG, material, maxX, maxY, maxZ, METAL_SOUND_GROUP, minX, minY, minZ, MOSSY_COBBLESTONE, MOVING_PISTON, NETHER_PORTAL, NETHERRACK, NOTE_BLOCK, OBSIDIAN, particleFallSpeedModifier, PISTON, PISTON_HEAD, PLANKS, POWERED_RAIL, POWERED_REPEATER, PUMPKIN, RAIL, RED_MUSHROOM, REDSTONE_ORE, REDSTONE_TORCH, REDSTONE_WIRE, REPEATER, resistance, ROSE, SAND, SAND_SOUND_GROUP, SANDSTONE, SAPLING, shouldTrackStatistics, SIGN, SLAB, slipperiness, SNOW, SNOW_BLOCK, SOUL_SAND, soundGroup, SPAWNER, SPONGE, STICKY_PISTON, STONE, STONE_PRESSURE_PLATE, STONE_SOUND_GROUP, SUGAR_CANE, textureId, TNT, TORCH, TRAPDOOR, WALL_SIGN, WATER, WHEAT, WOOD_SOUND_GROUP, WOODEN_PRESSURE_PLATE, WOODEN_STAIRS, WOOL, WOOL_SOUND_GROUP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidconvertToFlowing(World world, int x, int y, int z) private booleanisFlammable(World world, int x, int y, int z) voidneighborUpdate(World world, int x, int y, int z, int id) voidCalled at a frequency based on the return value ofBlock.getTickRate().Methods inherited from class net.minecraft.block.LiquidBlock
applyVelocity, fizz, getCollisionShape, getColorMultiplier, getDroppedItemCount, getDroppedItemId, getFlowingAngle, getFluidHeightFromMeta, getLiquidDepth, getLiquidState, getLuminance, getRenderLayer, getRenderType, getTexture, getTickRate, hasCollision, isFullCube, isOpaque, isSideVisible, isSolidFace, onPlaced, randomDisplayTickMethods inherited from class net.minecraft.block.Block
addIntersectingBoundingBox, afterBreak, canEmitRedstonePower, canGrow, canPlaceAt, canPlaceAt, canTransferPowerInDirection, disableTrackingStatistics, dropStack, dropStacks, dropStacks, getBlastResistance, getBoundingBox, getColor, getDroppedItemMeta, getHardness, getHardness, getPistonBehavior, getTexture, getTextureId, getTranslatedName, getTranslationKey, hasCollision, ignoreMetaUpdates, init, isEmittingRedstonePowerInDirection, isTrackingStatistics, onBlockAction, onBlockBreakStart, onBreak, onDestroyedByExplosion, onEntityCollision, onMetadataChange, onPlaced, onPlaced, onSteppedOn, onUse, raycast, setBoundingBox, setHardness, setLuminance, setOpacity, setResistance, setSoundGroup, setTickRandomly, setTranslationKey, setUnbreakable, setupRenderBoundingBox, updateBoundingBox
-
Constructor Details
-
StillLiquidBlock
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_17;<init>(ILnet/minecraft/class_15;)Vglue <init>Lclass_507;<init>(ILclass_280;)Vserver <init>Lna;<init>(ILhj;)Vclient <init>Luu;<init>(ILln;)Vnamed <init>Lnet/minecraft/block/Block;<init>(ILnet/minecraft/block/material/Material;)V
-
-
Method Details
-
neighborUpdate
- Overrides:
neighborUpdatein classLiquidBlock- Mappings:
Namespace Name Mixin selector intermediary method_1609Lnet/minecraft/class_17;method_1609(Lnet/minecraft/class_18;IIII)Vglue method_39Lclass_507;method_39(Lclass_129;IIII)Vserver bLna;b(Ldj;IIII)Vclient bLuu;b(Lfd;IIII)Vnamed neighborUpdateLnet/minecraft/block/Block;neighborUpdate(Lnet/minecraft/world/World;IIII)V
-
convertToFlowing
- Mappings:
Namespace Name Mixin selector intermediary method_1037Lnet/minecraft/class_315;method_1037(Lnet/minecraft/class_18;III)Vglue method_1386Lclass_335;method_1386(Lclass_129;III)Vserver iLis;i(Ldj;III)Vclient jLnx;j(Lfd;III)Vnamed convertToFlowingLnet/minecraft/block/StillLiquidBlock;convertToFlowing(Lnet/minecraft/world/World;III)V
-
onTick
Called at a frequency based on the return value ofBlock.getTickRate(). This method will be called approximatelyBlock.getTickRate()times per second.- Overrides:
onTickin classLiquidBlock- Mappings:
Namespace Name Mixin selector intermediary method_1602Lnet/minecraft/class_17;method_1602(Lnet/minecraft/class_18;IIILjava/util/Random;)Vglue method_20Lclass_507;method_20(Lclass_129;IIILjava/util/Random;)Vserver aLna;a(Ldj;IIILjava/util/Random;)Vclient aLuu;a(Lfd;IIILjava/util/Random;)Vnamed onTickLnet/minecraft/block/Block;onTick(Lnet/minecraft/world/World;IIILjava/util/Random;)V
-
isFlammable
- Mappings:
Namespace Name Mixin selector intermediary method_1038Lnet/minecraft/class_315;method_1038(Lnet/minecraft/class_18;III)Zglue method_1387Lclass_335;method_1387(Lclass_129;III)Zserver jLis;j(Ldj;III)Zclient kLnx;k(Lfd;III)Znamed isFlammableLnet/minecraft/block/StillLiquidBlock;isFlammable(Lnet/minecraft/world/World;III)Z
-