Class SnowyBlock

java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SnowyBlock

public class SnowyBlock extends Block
Mappings:
Namespace Name
intermediary net/minecraft/class_224
glue class_243
server gj
client jr
named net/minecraft/block/SnowyBlock
  • Constructor Details

    • SnowyBlock

      protected SnowyBlock(int id, int textureId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_224;<init>(II)V
      glue <init> Lclass_243;<init>(II)V
      server <init> Lgj;<init>(II)V
      client <init> Ljr;<init>(II)V
      named <init> Lnet/minecraft/block/SnowyBlock;<init>(II)V
  • Method Details

    • getCollisionShape

      public Box getCollisionShape(World world, int x, int y, int z)
      Overrides:
      getCollisionShape in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1624 Lnet/minecraft/class_17;method_1624(Lnet/minecraft/class_18;III)Lnet/minecraft/class_25;
      glue method_67 Lclass_507;method_67(Lclass_129;III)Lclass_113;
      server e Lna;e(Ldj;III)Lcz;
      client e Luu;e(Lfd;III)Leq;
      named getCollisionShape Lnet/minecraft/block/Block;getCollisionShape(Lnet/minecraft/world/World;III)Lnet/minecraft/util/math/Box;
    • isOpaque

      public boolean isOpaque()
      Overrides:
      isOpaque in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1620 Lnet/minecraft/class_17;method_1620()Z
      glue method_65 Lclass_507;method_65()Z
      server a Lna;a()Z
      client c Luu;c()Z
      named isOpaque Lnet/minecraft/block/Block;isOpaque()Z
    • isFullCube

      public boolean isFullCube()
      Overrides:
      isFullCube in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1623 Lnet/minecraft/class_17;method_1623()Z
      glue method_66 Lclass_507;method_66()Z
      server b Lna;b()Z
      client d Luu;d()Z
      named isFullCube Lnet/minecraft/block/Block;isFullCube()Z
    • updateBoundingBox

      public void updateBoundingBox(BlockView blockView, int x, int y, int z)
      Overrides:
      updateBoundingBox in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1616 Lnet/minecraft/class_17;method_1616(Lnet/minecraft/class_14;III)V
      glue method_60 Lclass_507;method_60(Lclass_584;III)V
      server a Lna;a(Lpb;III)V
      client a Luu;a(Lxp;III)V
      named updateBoundingBox Lnet/minecraft/block/Block;updateBoundingBox(Lnet/minecraft/world/BlockView;III)V
    • canPlaceAt

      public boolean canPlaceAt(World world, int x, int y, int z)
      Overrides:
      canPlaceAt in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1567 Lnet/minecraft/class_17;method_1567(Lnet/minecraft/class_18;III)Z
      glue method_153 Lclass_507;method_153(Lclass_129;III)Z
      server a Lna;a(Ldj;III)Z
      client a Luu;a(Lfd;III)Z
      named canPlaceAt Lnet/minecraft/block/Block;canPlaceAt(Lnet/minecraft/world/World;III)Z
    • neighborUpdate

      public void neighborUpdate(World world, int x, int y, int z, int id)
      Overrides:
      neighborUpdate in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1609 Lnet/minecraft/class_17;method_1609(Lnet/minecraft/class_18;IIII)V
      glue method_39 Lclass_507;method_39(Lclass_129;IIII)V
      server b Lna;b(Ldj;IIII)V
      client b Luu;b(Lfd;IIII)V
      named neighborUpdate Lnet/minecraft/block/Block;neighborUpdate(Lnet/minecraft/world/World;IIII)V
    • breakIfCannotPlaceAt

      private boolean breakIfCannotPlaceAt(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_768 Lnet/minecraft/class_224;method_768(Lnet/minecraft/class_18;III)Z
      glue method_1138 Lclass_243;method_1138(Lclass_129;III)Z
      server g Lgj;g(Ldj;III)Z
      client h Ljr;h(Lfd;III)Z
      named breakIfCannotPlaceAt Lnet/minecraft/block/SnowyBlock;breakIfCannotPlaceAt(Lnet/minecraft/world/World;III)Z
    • afterBreak

      public void afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta)
      Overrides:
      afterBreak in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1628 Lnet/minecraft/class_17;method_1628(Lnet/minecraft/class_18;Lnet/minecraft/class_54;IIII)V
      glue method_97 Lclass_507;method_97(Lclass_129;Lclass_172;IIII)V
      server a Lna;a(Ldj;Lem;IIII)V
      client a Luu;a(Lfd;Lgs;IIII)V
      named afterBreak Lnet/minecraft/block/Block;afterBreak(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;IIII)V
    • getDroppedItemId

      public int getDroppedItemId(int blockMeta, Random random)
      Overrides:
      getDroppedItemId in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1601 Lnet/minecraft/class_17;method_1601(ILjava/util/Random;)I
      glue method_19 Lclass_507;method_19(ILjava/util/Random;)I
      server a Lna;a(ILjava/util/Random;)I
      client a Luu;a(ILjava/util/Random;)I
      named getDroppedItemId Lnet/minecraft/block/Block;getDroppedItemId(ILjava/util/Random;)I
    • getDroppedItemCount

      public int getDroppedItemCount(Random random)
      Overrides:
      getDroppedItemCount in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1603 Lnet/minecraft/class_17;method_1603(Ljava/util/Random;)I
      glue method_21 Lclass_507;method_21(Ljava/util/Random;)I
      server a Lna;a(Ljava/util/Random;)I
      client a Luu;a(Ljava/util/Random;)I
      named getDroppedItemCount Lnet/minecraft/block/Block;getDroppedItemCount(Ljava/util/Random;)I
    • onTick

      public void onTick(World world, int x, int y, int z, Random random)
      Called at a frequency based on the return value of Block.getTickRate(). This method will be called approximately Block.getTickRate() times per second.
      Overrides:
      onTick in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1602 Lnet/minecraft/class_17;method_1602(Lnet/minecraft/class_18;IIILjava/util/Random;)V
      glue method_20 Lclass_507;method_20(Lclass_129;IIILjava/util/Random;)V
      server a Lna;a(Ldj;IIILjava/util/Random;)V
      client a Luu;a(Lfd;IIILjava/util/Random;)V
      named onTick Lnet/minecraft/block/Block;onTick(Lnet/minecraft/world/World;IIILjava/util/Random;)V
    • isSideVisible

      @Environment(CLIENT) public boolean isSideVisible(BlockView blockView, int x, int y, int z, int side)
      Overrides:
      isSideVisible in class Block
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1618 Lnet/minecraft/class_17;method_1618(Lnet/minecraft/class_14;IIII)Z
      glue method_63 Lclass_507;method_63(Lclass_584;IIII)Z
      server method_1618 Lna;method_1618(Lpb;IIII)Z
      client b Luu;b(Lxp;IIII)Z
      named isSideVisible Lnet/minecraft/block/Block;isSideVisible(Lnet/minecraft/world/BlockView;IIII)Z