public class DisplayWorldSectionInstruction extends FadeIntoSceneInstruction<WorldSectionElement>
element, fadeInFromremainingTicks, totalTicks| Constructor and Description |
|---|
DisplayWorldSectionInstruction(int fadeInTicks,
net.minecraft.util.Direction fadeInFrom,
Selection selection,
java.util.Optional<java.util.function.Supplier<WorldSectionElement>> mergeOnto) |
DisplayWorldSectionInstruction(int fadeInTicks,
net.minecraft.util.Direction fadeInFrom,
Selection selection,
java.util.Optional<java.util.function.Supplier<WorldSectionElement>> mergeOnto,
net.minecraft.util.math.BlockPos glue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
firstTick(PonderScene scene) |
protected java.lang.Class<WorldSectionElement> |
getElementClass() |
void |
tick(PonderScene scene) |
createLinkisBlocking, isComplete, onScheduled, resetsimplepublic DisplayWorldSectionInstruction(int fadeInTicks,
net.minecraft.util.Direction fadeInFrom,
Selection selection,
java.util.Optional<java.util.function.Supplier<WorldSectionElement>> mergeOnto)
public DisplayWorldSectionInstruction(int fadeInTicks,
net.minecraft.util.Direction fadeInFrom,
Selection selection,
java.util.Optional<java.util.function.Supplier<WorldSectionElement>> mergeOnto,
@Nullable
net.minecraft.util.math.BlockPos glue)
protected void firstTick(PonderScene scene)
firstTick in class FadeIntoSceneInstruction<WorldSectionElement>public void tick(PonderScene scene)
tick in class FadeIntoSceneInstruction<WorldSectionElement>protected java.lang.Class<WorldSectionElement> getElementClass()
getElementClass in class FadeIntoSceneInstruction<WorldSectionElement>