Class StillLiquidBlock


public class StillLiquidBlock extends LiquidBlock
Mappings:
Namespace Name
intermediary net/minecraft/class_315
glue class_335
server is
client nx
named net/minecraft/block/StillLiquidBlock
  • Constructor Details

    • StillLiquidBlock

      protected StillLiquidBlock(int id, Material material)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_17;<init>(ILnet/minecraft/class_15;)V
      glue <init> Lclass_507;<init>(ILclass_280;)V
      server <init> Lna;<init>(ILhj;)V
      client <init> Luu;<init>(ILln;)V
      named <init> Lnet/minecraft/block/Block;<init>(ILnet/minecraft/block/material/Material;)V
  • Method Details

    • neighborUpdate

      public void neighborUpdate(World world, int x, int y, int z, int id)
      Overrides:
      neighborUpdate in class LiquidBlock
      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
    • convertToFlowing

      private void convertToFlowing(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1037 Lnet/minecraft/class_315;method_1037(Lnet/minecraft/class_18;III)V
      glue method_1386 Lclass_335;method_1386(Lclass_129;III)V
      server i Lis;i(Ldj;III)V
      client j Lnx;j(Lfd;III)V
      named convertToFlowing Lnet/minecraft/block/StillLiquidBlock;convertToFlowing(Lnet/minecraft/world/World;III)V
    • 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 LiquidBlock
      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
    • isFlammable

      private boolean isFlammable(World world, int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1038 Lnet/minecraft/class_315;method_1038(Lnet/minecraft/class_18;III)Z
      glue method_1387 Lclass_335;method_1387(Lclass_129;III)Z
      server j Lis;j(Ldj;III)Z
      client k Lnx;k(Lfd;III)Z
      named isFlammable Lnet/minecraft/block/StillLiquidBlock;isFlammable(Lnet/minecraft/world/World;III)Z