public class MixinNextTickListEntry extends Object implements org.spongepowered.api.block.ScheduledBlockUpdate, IMixinBlockUpdate
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.BlockPos |
position |
int |
priority |
long |
scheduledTime |
Constructor and Description |
---|
MixinNextTickListEntry() |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.world.Location<org.spongepowered.api.world.World> |
getLocation() |
int |
getPriority() |
int |
getTicks() |
void |
setPriority(int priority) |
void |
setTicks(int ticks) |
void |
setWorld(net.minecraft.world.World world) |
public int priority
public long scheduledTime
public net.minecraft.util.BlockPos position
public void setWorld(net.minecraft.world.World world)
setWorld
in interface IMixinBlockUpdate
public org.spongepowered.api.world.Location<org.spongepowered.api.world.World> getLocation()
getLocation
in interface org.spongepowered.api.block.ScheduledBlockUpdate
public int getTicks()
getTicks
in interface org.spongepowered.api.block.ScheduledBlockUpdate
public void setTicks(int ticks)
setTicks
in interface org.spongepowered.api.block.ScheduledBlockUpdate
public int getPriority()
getPriority
in interface org.spongepowered.api.block.ScheduledBlockUpdate
public void setPriority(int priority)
setPriority
in interface org.spongepowered.api.block.ScheduledBlockUpdate