Class MixinEntity

java.lang.Object
com.codinglitch.simpleradio.mixin.MixinEntity
All Implemented Interfaces:
net.minecraft.commands.CommandSource, net.minecraft.world.level.entity.EntityAccess, net.minecraft.world.Nameable

public abstract class MixinEntity extends Object implements net.minecraft.commands.CommandSource, net.minecraft.world.Nameable, net.minecraft.world.level.entity.EntityAccess
  • Field Summary

    Fields inherited from interface net.minecraft.commands.CommandSource

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.commands.CommandSource

    acceptsFailure, acceptsSuccess, alwaysAccepts, sendSystemMessage, shouldInformAdmins

    Methods inherited from interface net.minecraft.world.level.entity.EntityAccess

    blockPosition, getBoundingBox, getId, getPassengersAndSelf, getSelfAndPassengers, getUUID, isAlwaysTicking, setLevelCallback, setRemoved, shouldBeSaved

    Methods inherited from interface net.minecraft.world.Nameable

    getCustomName, getDisplayName, getName, hasCustomName
  • Constructor Details

    • MixinEntity

      public MixinEntity()