Remove timestamps from since annotations
This commit is contained in:
parent
f9270a7ed0
commit
3ccb0c74c6
@ -22,7 +22,7 @@ import net.minecraft.util.math.BlockPos;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/4/2018 2:01 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public interface IBlockTypeAccess {
|
public interface IBlockTypeAccess {
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ import net.minecraft.client.entity.EntityPlayerSP;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/1/2018 6:39 PM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
public final class ChatEvent extends ManagedPlayerEvent.Cancellable {
|
public final class ChatEvent extends ManagedPlayerEvent.Cancellable {
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ import baritone.api.event.events.type.EventState;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/2/2018 12:32 AM
|
* @since 8/2/2018
|
||||||
*/
|
*/
|
||||||
public final class ChunkEvent {
|
public final class ChunkEvent {
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import net.minecraft.network.Packet;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/6/2018 9:31 PM
|
* @since 8/6/2018
|
||||||
*/
|
*/
|
||||||
public final class PacketEvent {
|
public final class PacketEvent {
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ package baritone.api.event.events;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/5/2018 12:28 AM
|
* @since 8/5/2018
|
||||||
*/
|
*/
|
||||||
public final class RenderEvent {
|
public final class RenderEvent {
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ import net.minecraft.client.multiplayer.WorldClient;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/4/2018 3:13 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public final class WorldEvent {
|
public final class WorldEvent {
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ package baritone.api.event.events.type;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/1/2018 6:41 PM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
public class Cancellable implements ICancellable {
|
public class Cancellable implements ICancellable {
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ package baritone.api.event.events.type;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/2/2018 12:34 AM
|
* @since 8/2/2018
|
||||||
*/
|
*/
|
||||||
public enum EventState {
|
public enum EventState {
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ import baritone.api.event.events.*;
|
|||||||
*
|
*
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @see IGameEventListener
|
* @see IGameEventListener
|
||||||
* @since 8/1/2018 6:29 PM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
public interface AbstractGameEventListener extends IGameEventListener {
|
public interface AbstractGameEventListener extends IGameEventListener {
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ import net.minecraft.util.text.ITextComponent;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 11:05 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
public interface IGameEventListener {
|
public interface IGameEventListener {
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 9:59 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
public class BaritoneTweaker extends SimpleTweaker {
|
public class BaritoneTweaker extends SimpleTweaker {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/1/2018 5:06 PM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(EntityPlayerSP.class)
|
@Mixin(EntityPlayerSP.class)
|
||||||
public class MixinEntityPlayerSP {
|
public class MixinEntityPlayerSP {
|
||||||
|
@ -26,7 +26,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 11:44 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(KeyBinding.class)
|
@Mixin(KeyBinding.class)
|
||||||
public class MixinKeyBinding {
|
public class MixinKeyBinding {
|
||||||
|
@ -42,7 +42,7 @@ import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 10:51 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(Minecraft.class)
|
@Mixin(Minecraft.class)
|
||||||
public class MixinMinecraft {
|
public class MixinMinecraft {
|
||||||
|
@ -30,7 +30,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/3/2018 12:54 AM
|
* @since 8/3/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(NetHandlerPlayClient.class)
|
@Mixin(NetHandlerPlayClient.class)
|
||||||
public class MixinNetHandlerPlayClient {
|
public class MixinNetHandlerPlayClient {
|
||||||
|
@ -36,7 +36,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/6/2018 9:30 PM
|
* @since 8/6/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(NetworkManager.class)
|
@Mixin(NetworkManager.class)
|
||||||
public class MixinNetworkManager {
|
public class MixinNetworkManager {
|
||||||
|
@ -28,7 +28,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/2/2018 12:41 AM
|
* @since 8/2/2018
|
||||||
*/
|
*/
|
||||||
@Mixin(WorldClient.class)
|
@Mixin(WorldClient.class)
|
||||||
public class MixinWorldClient {
|
public class MixinWorldClient {
|
||||||
|
@ -52,7 +52,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 10:50 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
public enum Baritone implements IBaritone {
|
public enum Baritone implements IBaritone {
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ import baritone.api.utils.IPlayerContext;
|
|||||||
* A type of game event listener that is given {@link Baritone} instance context.
|
* A type of game event listener that is given {@link Baritone} instance context.
|
||||||
*
|
*
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/1/2018 6:29 PM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
public class Behavior implements IBehavior {
|
public class Behavior implements IBehavior {
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ import java.util.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/6/2018 9:47 PM
|
* @since 8/6/2018
|
||||||
*/
|
*/
|
||||||
public final class MemoryBehavior extends Behavior implements IMemoryBehavior {
|
public final class MemoryBehavior extends Behavior implements IMemoryBehavior {
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ import java.util.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/3/2018 1:04 AM
|
* @since 8/3/2018
|
||||||
*/
|
*/
|
||||||
public final class CachedChunk {
|
public final class CachedChunk {
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ import java.util.zip.GZIPOutputStream;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/3/2018 9:35 PM
|
* @since 8/3/2018
|
||||||
*/
|
*/
|
||||||
public final class CachedRegion implements ICachedRegion {
|
public final class CachedRegion implements ICachedRegion {
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ import java.util.concurrent.LinkedBlockingQueue;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/4/2018 12:02 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public final class CachedWorld implements ICachedWorld, Helper {
|
public final class CachedWorld implements ICachedWorld, Helper {
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ import java.util.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/3/2018 1:09 AM
|
* @since 8/3/2018
|
||||||
*/
|
*/
|
||||||
public final class ChunkPacker {
|
public final class ChunkPacker {
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/4/2018 11:06 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public class WorldProvider implements IWorldProvider, Helper {
|
public class WorldProvider implements IWorldProvider, Helper {
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ import java.util.List;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 11:04 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
public final class GameEventHandler implements IGameEventListener, Helper {
|
public final class GameEventHandler implements IGameEventListener, Helper {
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ import net.minecraft.world.World;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/7/2018 4:30 PM
|
* @since 8/7/2018
|
||||||
*/
|
*/
|
||||||
public class CalculationContext {
|
public class CalculationContext {
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ import net.minecraft.util.text.TextFormatting;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/1/2018 12:18 AM
|
* @since 8/1/2018
|
||||||
*/
|
*/
|
||||||
public interface Helper {
|
public interface Helper {
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ import java.util.Map;
|
|||||||
* physically forcing down the assigned key.
|
* physically forcing down the assigned key.
|
||||||
*
|
*
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018 11:20 PM
|
* @since 7/31/2018
|
||||||
*/
|
*/
|
||||||
public final class InputOverrideHandler extends Behavior implements IInputOverrideHandler {
|
public final class InputOverrideHandler extends Behavior implements IInputOverrideHandler {
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ import static org.lwjgl.opengl.GL11.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/9/2018 4:39 PM
|
* @since 8/9/2018
|
||||||
*/
|
*/
|
||||||
public final class PathRenderer implements Helper {
|
public final class PathRenderer implements Helper {
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ import java.io.File;
|
|||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @see WorldProvider
|
* @see WorldProvider
|
||||||
* @since 8/4/2018 11:36 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public interface IAnvilChunkLoader {
|
public interface IAnvilChunkLoader {
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ import net.minecraft.world.chunk.storage.IChunkLoader;
|
|||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @see WorldProvider
|
* @see WorldProvider
|
||||||
* @since 8/4/2018 11:33 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public interface IChunkProviderServer {
|
public interface IChunkProviderServer {
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ package baritone.utils.pathing;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 8/4/2018 1:11 AM
|
* @since 8/4/2018
|
||||||
*/
|
*/
|
||||||
public enum PathingBlockType {
|
public enum PathingBlockType {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user