类 LeveledEerieRindBlock

java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.AbstractCauldronBlock
net.minecraft.block.LeveledCauldronBlock
pers.saikel0rado1iu.silk.api.magiccube.cauldron.LeveledCauldronLikeBlock
pers.saikel0rado1iu.spontaneousreplace.terriforest.block.LeveledEerieRindBlock
所有已实现的接口:
net.fabricmc.fabric.api.block.v1.FabricBlock, net.minecraft.item.ItemConvertible, net.minecraft.resource.featuretoggle.ToggleableFeature
直接已知子类:
PowderSnowEerieRindBlock, WaterEerieRindBlock

public class LeveledEerieRindBlock extends pers.saikel0rado1iu.silk.api.magiccube.cauldron.LeveledCauldronLikeBlock

水平阴森木壳方块

可调整液面的阴森木壳
从以下版本开始:
1.0.0
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraft.block.Block

    net.minecraft.block.Block.NeighborGroup

    从类继承的嵌套类/接口 net.minecraft.block.AbstractBlock

    net.minecraft.block.AbstractBlock.AbstractBlockState, net.minecraft.block.AbstractBlock.ContextPredicate, net.minecraft.block.AbstractBlock.Offsetter, net.minecraft.block.AbstractBlock.OffsetType, net.minecraft.block.AbstractBlock.Settings, net.minecraft.block.AbstractBlock.TypedContextPredicate<A>
  • 字段概要

    从类继承的字段 net.minecraft.block.LeveledCauldronBlock

    CODEC, LEVEL, MAX_LEVEL, MIN_LEVEL

    从类继承的字段 net.minecraft.block.AbstractCauldronBlock

    behaviorMap, field_30988, OUTLINE_SHAPE

    从类继承的字段 net.minecraft.block.Block

    field_31023, field_31024, field_31025, field_31035, FORCE_STATE, MOVED, NO_REDRAW, NOTIFY_ALL, NOTIFY_ALL_AND_REDRAW, NOTIFY_LISTENERS, NOTIFY_NEIGHBORS, REDRAW_ON_MAIN_THREAD, SKIP_DROPS, STATE_IDS, stateManager

    从类继承的字段 net.minecraft.block.AbstractBlock

    collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableKey, randomTicks, requiredFeatures, resistance, settings, slipperiness, soundGroup, velocityMultiplier

    从接口继承的字段 net.minecraft.resource.featuretoggle.ToggleableFeature

    FEATURE_ENABLED_REGISTRY_KEYS
  • 构造器概要

    构造器
    构造器
    说明
    LeveledEerieRindBlock(net.minecraft.world.biome.Biome.Precipitation precipitation, net.minecraft.block.cauldron.CauldronBehavior.CauldronBehaviorMap behaviorMap, net.minecraft.block.AbstractBlock.Settings settings)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    decrementFluidLevel(net.minecraft.world.World world, net.minecraft.block.BlockState state, net.minecraft.util.math.BlockPos pos)
    递减液位方法
    boolean
    hasRandomTicks(net.minecraft.block.BlockState state)
    有随机刻
    net.minecraft.state.property.IntProperty
    液位属性
    int
    最大液位
    void
    onEntityCollision(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.entity.Entity entity)
     
    protected void
    onFireCollision(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
     
    void
    randomDisplayTick(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.random.Random random)
    随机灵魂粒子效果

    从类继承的方法 net.minecraft.block.LeveledCauldronBlock

    appendProperties, canBeFilledByDripstone, decrementFluidLevel, fillFromDripstone, getCodec, getComparatorOutput, getFluidHeight, isFull, precipitationTick

    从类继承的方法 net.minecraft.block.AbstractCauldronBlock

    canPathfindThrough, getOutlineShape, getRaycastShape, hasComparatorOutput, isEntityTouchingFluid, onUseWithItem, scheduledTick

    从类继承的方法 net.minecraft.block.Block

    afterBreak, appendTooltip, asBlock, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getPlacementState, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasTopRim, isFaceFullSquare, isShapeFullCube, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, pushEntitiesUpBeforeBlockChange, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, spawnBreakParticles, toString

    从类继承的方法 net.minecraft.block.AbstractBlock

    calcBlockBreakingDelta, canBucketPlace, canPlaceAt, canReplace, createCodec, createScreenHandlerFactory, createSettingsCodec, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getCullingShape, getDefaultMapColor, getDroppedStacks, getFluidState, getHardness, getLootTableKey, getMaxHorizontalModelOffset, getOpacity, getRenderingSeed, getRenderType, getRequiredFeatures, getSettings, getSidesShape, getSoundGroup, getStateForNeighborUpdate, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasSidedTransparency, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, isTransparent, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onExploded, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, rotate

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    从接口继承的方法 net.fabricmc.fabric.api.block.v1.FabricBlock

    getAppearance

    从接口继承的方法 net.minecraft.resource.featuretoggle.ToggleableFeature

    isEnabled
  • 构造器详细资料

    • LeveledEerieRindBlock

      public LeveledEerieRindBlock(net.minecraft.world.biome.Biome.Precipitation precipitation, net.minecraft.block.cauldron.CauldronBehavior.CauldronBehaviorMap behaviorMap, net.minecraft.block.AbstractBlock.Settings settings)
  • 方法详细资料

    • level

      public net.minecraft.state.property.IntProperty level()
      液位属性
      指定者:
      level 在类中 pers.saikel0rado1iu.silk.api.magiccube.cauldron.LeveledCauldronLikeBlock
      返回:
      整数属性
    • maxLevel

      public int maxLevel()
      最大液位
      指定者:
      maxLevel 在类中 pers.saikel0rado1iu.silk.api.magiccube.cauldron.LeveledCauldronLikeBlock
      返回:
      一个正整数
    • decrementFluidLevel

      public void decrementFluidLevel(net.minecraft.world.World world, net.minecraft.block.BlockState state, net.minecraft.util.math.BlockPos pos)
      递减液位方法
      指定者:
      decrementFluidLevel 在类中 pers.saikel0rado1iu.silk.api.magiccube.cauldron.LeveledCauldronLikeBlock
      参数:
      world - 存档世界
      state - 方块状态
      pos - 方块位置
    • hasRandomTicks

      public boolean hasRandomTicks(net.minecraft.block.BlockState state)
      有随机刻
      覆盖:
      hasRandomTicks 在类中 net.minecraft.block.AbstractBlock
    • randomDisplayTick

      public void randomDisplayTick(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.random.Random random)
      随机灵魂粒子效果
      覆盖:
      randomDisplayTick 在类中 net.minecraft.block.Block
    • onEntityCollision

      public void onEntityCollision(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.entity.Entity entity)
      覆盖:
      onEntityCollision 在类中 net.minecraft.block.LeveledCauldronBlock
    • onFireCollision

      protected void onFireCollision(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)