Class PoweredRailBlock

All Implemented Interfaces:
FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature

public class PoweredRailBlock extends AbstractRailBlock
Mappings:
Namespace Name
official dcl
intermediary net/minecraft/class_2442
named net/minecraft/block/PoweredRailBlock
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<PoweredRailBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official d Ldcl;d:Lcom/mojang/serialization/MapCodec;
      intermediary field_46417 Lnet/minecraft/class_2442;field_46417:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/PoweredRailBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • SHAPE

      public static final EnumProperty<RailShape> SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Ldcl;e:Ldkf;
      intermediary field_11365 Lnet/minecraft/class_2442;field_11365:Lnet/minecraft/class_2754;
      named SHAPE Lnet/minecraft/block/PoweredRailBlock;SHAPE:Lnet/minecraft/state/property/EnumProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official f Ldcl;f:Ldjy;
      intermediary field_11364 Lnet/minecraft/class_2442;field_11364:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/PoweredRailBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
  • Constructor Details

    • PoweredRailBlock

      protected PoweredRailBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldjg;<init>(Ldjg$d;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details

    • getCodec

      public com.mojang.serialization.MapCodec<PoweredRailBlock> getCodec()
      Specified by:
      getCodec in class AbstractRailBlock
      Mappings:
      Namespace Name Mixin selector
      official a Ldjg;a()Lcom/mojang/serialization/MapCodec;
      intermediary method_53969 Lnet/minecraft/class_4970;method_53969()Lcom/mojang/serialization/MapCodec;
      named getCodec Lnet/minecraft/block/AbstractBlock;getCodec()Lcom/mojang/serialization/MapCodec;
    • isPoweredByOtherRails

      protected boolean isPoweredByOtherRails(World world, BlockPos pos, BlockState state, boolean bool, int distance)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcl;a(Lctp;Lhx;Ldjh;ZI)Z
      intermediary method_10413 Lnet/minecraft/class_2442;method_10413(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;ZI)Z
      named isPoweredByOtherRails Lnet/minecraft/block/PoweredRailBlock;isPoweredByOtherRails(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;ZI)Z
    • isPoweredByOtherRails

      protected boolean isPoweredByOtherRails(World world, BlockPos pos, boolean bool, int distance, RailShape shape)
      Mappings:
      Namespace Name Mixin selector
      official a Ldcl;a(Lctp;Lhx;ZILdkl;)Z
      intermediary method_10414 Lnet/minecraft/class_2442;method_10414(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;ZILnet/minecraft/class_2768;)Z
      named isPoweredByOtherRails Lnet/minecraft/block/PoweredRailBlock;isPoweredByOtherRails(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;ZILnet/minecraft/block/enums/RailShape;)Z
    • updateBlockState

      protected void updateBlockState(BlockState state, World world, BlockPos pos, Block neighbor)
      Overrides:
      updateBlockState in class AbstractRailBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcwf;a(Ldjh;Lctp;Lhx;Lcwq;)V
      intermediary method_9477 Lnet/minecraft/class_2241;method_9477(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)V
      named updateBlockState Lnet/minecraft/block/AbstractRailBlock;updateBlockState(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)V
    • getShapeProperty

      public Property<RailShape> getShapeProperty()
      Specified by:
      getShapeProperty in class AbstractRailBlock
      Mappings:
      Namespace Name Mixin selector
      official c Lcwf;c()Ldkk;
      intermediary method_9474 Lnet/minecraft/class_2241;method_9474()Lnet/minecraft/class_2769;
      named getShapeProperty Lnet/minecraft/block/AbstractRailBlock;getShapeProperty()Lnet/minecraft/state/property/Property;
    • rotate

      public BlockState rotate(BlockState state, BlockRotation rotation)
      Returns state rotated by rotation.

      By default, this returns the provided block state.

      Overrides:
      rotate in class AbstractBlock
      Returns:
      state rotated by rotation
      Mappings:
      Namespace Name Mixin selector
      official a Ldjg;a(Ldjh;Lddc;)Ldjh;
      intermediary method_9598 Lnet/minecraft/class_4970;method_9598(Lnet/minecraft/class_2680;Lnet/minecraft/class_2470;)Lnet/minecraft/class_2680;
      named rotate Lnet/minecraft/block/AbstractBlock;rotate(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/block/BlockState;
    • mirror

      public BlockState mirror(BlockState state, BlockMirror mirror)
      Returns state mirrored by mirror.

      By default, this returns the provided block state.

      Overrides:
      mirror in class AbstractBlock
      Returns:
      state mirrored by mirror
      Mappings:
      Namespace Name Mixin selector
      official a Ldjg;a(Ldjh;Ldbm;)Ldjh;
      intermediary method_9569 Lnet/minecraft/class_4970;method_9569(Lnet/minecraft/class_2680;Lnet/minecraft/class_2415;)Lnet/minecraft/class_2680;
      named mirror Lnet/minecraft/block/AbstractBlock;mirror(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/BlockMirror;)Lnet/minecraft/block/BlockState;
    • appendProperties

      protected void appendProperties(StateManager.Builder<Block,BlockState> builder)
      Appends block state properties to this block. To use this, override and call StateManager.Builder.add(net.minecraft.state.property.Property<?>[]) inside the method. See Properties for the list of pre-defined properties.
      Overrides:
      appendProperties in class Block
      Mappings:
      Namespace Name Mixin selector
      official a Lcwq;a(Ldji$a;)V
      intermediary method_9515 Lnet/minecraft/class_2248;method_9515(Lnet/minecraft/class_2689$class_2690;)V
      named appendProperties Lnet/minecraft/block/Block;appendProperties(Lnet/minecraft/state/StateManager$Builder;)V