Class FenceGateBlock

All Implemented Interfaces:
ItemConvertible

public class FenceGateBlock extends HorizontalFacingBlock
Mappings:
Namespace Name
official cmf
intermediary net/minecraft/class_2349
named net/minecraft/block/FenceGateBlock
  • Field Details

    • OPEN

      public static final BooleanProperty OPEN
      Mappings:
      Namespace Name Mixin selector
      official a Lcmf;a:Lcwd;
      intermediary field_11026 Lnet/minecraft/class_2349;field_11026:Lnet/minecraft/class_2746;
      named OPEN Lnet/minecraft/block/FenceGateBlock;OPEN:Lnet/minecraft/state/property/BooleanProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official b Lcmf;b:Lcwd;
      intermediary field_11021 Lnet/minecraft/class_2349;field_11021:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/FenceGateBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • IN_WALL

      public static final BooleanProperty IN_WALL
      Mappings:
      Namespace Name Mixin selector
      official c Lcmf;c:Lcwd;
      intermediary field_11024 Lnet/minecraft/class_2349;field_11024:Lnet/minecraft/class_2746;
      named IN_WALL Lnet/minecraft/block/FenceGateBlock;IN_WALL:Lnet/minecraft/state/property/BooleanProperty;
    • Z_AXIS_SHAPE

      protected static final VoxelShape Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lcmf;d:Ldxh;
      intermediary field_11022 Lnet/minecraft/class_2349;field_11022:Lnet/minecraft/class_265;
      named Z_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_SHAPE

      protected static final VoxelShape X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lcmf;e:Ldxh;
      intermediary field_11017 Lnet/minecraft/class_2349;field_11017:Lnet/minecraft/class_265;
      named X_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_Z_AXIS_SHAPE

      protected static final VoxelShape IN_WALL_Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcmf;f:Ldxh;
      intermediary field_11025 Lnet/minecraft/class_2349;field_11025:Lnet/minecraft/class_265;
      named IN_WALL_Z_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_X_AXIS_SHAPE

      protected static final VoxelShape IN_WALL_X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcmf;g:Ldxh;
      intermediary field_11016 Lnet/minecraft/class_2349;field_11016:Lnet/minecraft/class_265;
      named IN_WALL_X_AXIS_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_AXIS_COLLISION_SHAPE

      protected static final VoxelShape Z_AXIS_COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcmf;h:Ldxh;
      intermediary field_11028 Lnet/minecraft/class_2349;field_11028:Lnet/minecraft/class_265;
      named Z_AXIS_COLLISION_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_COLLISION_SHAPE

      protected static final VoxelShape X_AXIS_COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcmf;i:Ldxh;
      intermediary field_11019 Lnet/minecraft/class_2349;field_11019:Lnet/minecraft/class_265;
      named X_AXIS_COLLISION_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • Z_AXIS_CULL_SHAPE

      protected static final VoxelShape Z_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcmf;j:Ldxh;
      intermediary field_11018 Lnet/minecraft/class_2349;field_11018:Lnet/minecraft/class_265;
      named Z_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;Z_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • X_AXIS_CULL_SHAPE

      protected static final VoxelShape X_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lcmf;k:Ldxh;
      intermediary field_11023 Lnet/minecraft/class_2349;field_11023:Lnet/minecraft/class_265;
      named X_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;X_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_Z_AXIS_CULL_SHAPE

      protected static final VoxelShape IN_WALL_Z_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l Lcmf;l:Ldxh;
      intermediary field_11020 Lnet/minecraft/class_2349;field_11020:Lnet/minecraft/class_265;
      named IN_WALL_Z_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_Z_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • IN_WALL_X_AXIS_CULL_SHAPE

      protected static final VoxelShape IN_WALL_X_AXIS_CULL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official m Lcmf;m:Ldxh;
      intermediary field_11027 Lnet/minecraft/class_2349;field_11027:Lnet/minecraft/class_265;
      named IN_WALL_X_AXIS_CULL_SHAPE Lnet/minecraft/block/FenceGateBlock;IN_WALL_X_AXIS_CULL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • FenceGateBlock

      public FenceGateBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcvl;<init>(Lcvl$c;)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