Class CrushingWheelTileEntity

java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
All Implemented Interfaces:
com.jozufozu.flywheel.api.FlywheelRendered, IHaveGoggleInformation, IHaveHoveringInformation, IInteractionChecker, IPartialSafeNBT, net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.block.entity.BlockEntity>, net.minecraftforge.common.capabilities.ICapabilitySerializable<net.minecraft.nbt.CompoundTag>, net.minecraftforge.common.extensions.IForgeBlockEntity, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>

public class CrushingWheelTileEntity extends KineticTileEntity
  • Field Details

    • damageSource

      public static net.minecraft.world.damagesource.DamageSource damageSource
  • Constructor Details

    • CrushingWheelTileEntity

      public CrushingWheelTileEntity(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • onSpeedChanged

      public void onSpeedChanged(float prevSpeed)
      Overrides:
      onSpeedChanged in class KineticTileEntity
    • fixControllers

      public void fixControllers()
    • makeRenderBoundingBox

      public net.minecraft.world.phys.AABB makeRenderBoundingBox()
      Overrides:
      makeRenderBoundingBox in class KineticTileEntity
    • lazyTick

      public void lazyTick()
      Overrides:
      lazyTick in class SmartTileEntity
    • crushingIsFortunate

      public static void crushingIsFortunate(net.minecraftforge.event.entity.living.LootingLevelEvent event)
    • handleCrushedMobDrops

      public static void handleCrushedMobDrops(net.minecraftforge.event.entity.living.LivingDropsEvent event)