Class FabricPlatformHelper

java.lang.Object
com.mrbysco.ghastcow.platform.FabricPlatformHelper
All Implemented Interfaces:
IPlatformHelper

public class FabricPlatformHelper extends Object implements IPlatformHelper
  • Constructor Details

    • FabricPlatformHelper

      public FabricPlatformHelper()
  • Method Details

    • cancelMobGriefing

      public boolean cancelMobGriefing(net.minecraft.server.level.ServerLevel serverLevel, net.minecraft.world.entity.Entity entity)
      Description copied from interface: IPlatformHelper
      If mob griefing should be canceled
      Specified by:
      cancelMobGriefing in interface IPlatformHelper
    • getBlockFriction

      public float getBlockFriction(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos ground, net.minecraft.world.entity.Entity entity)
      Description copied from interface: IPlatformHelper
      Get the friction of the block
      Specified by:
      getBlockFriction in interface IPlatformHelper