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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.CommandSource
acceptsFailure, acceptsSuccess, alwaysAccepts, sendSystemMessage, shouldInformAdminsMethods inherited from interface net.minecraft.world.level.entity.EntityAccess
blockPosition, getBoundingBox, getId, getPassengersAndSelf, getSelfAndPassengers, getUUID, isAlwaysTicking, setLevelCallback, setRemoved, shouldBeSavedMethods inherited from interface net.minecraft.world.Nameable
getCustomName, getDisplayName, getName, hasCustomName
-
Constructor Details
-
MixinEntity
public MixinEntity()
-