Interface Tickable

All Known Subinterfaces:
TickableSoundInstance
All Known Implementing Classes:
BeaconBlockEntity, BrewingStandBlockEntity, ChestBlockEntity, DaylightDetectorBlockEntity, EnchantingTableBlockEntity, EnderChestBlockEntity, FurnaceBlockEntity, GuardianAttackSoundInstance, HopperBlockEntity, MinecartMovingSoundInstance, MinecartSoundInstance, MobSpawnerBlockEntity, MovingSoundInstance, MusicTracker, PistonBlockEntity, PlayerListGui, ServerLoginNetworkHandler, ServerPlayNetworkHandler, SoundManager

public interface Tickable
Mappings:
Namespace Name
official km
intermediary net/minecraft/class_1618
named net/minecraft/util/Tickable
  • Method Summary

    Modifier and Type Method Description
    void tick()  
  • Method Details

    • tick

      void tick()
      Mappings:
      Namespace Name Mixin selector
      official c Lkm;c()V
      intermediary method_5945 Lnet/minecraft/class_1618;method_5945()V
      named tick Lnet/minecraft/util/Tickable;tick()V